mirror of
https://github.com/paymog/slack-cli.git
synced 2026-09-18 23:43:49 +08:00
d560e32095
fetchAndStoreUsers always enriched with Slack Connect users, which rides client.userBoot — a webclient endpoint on the per-workspace domain that only browser-session tokens can call. With an OAuth token it always fails, and the error propagated, so the user cache was never written: every display name stayed unresolved and behind an egress allowlist the call also logged a 403 per run. Enrichment now runs only for session tokens. OAuth tokens keep the users.list result they already fetched.