You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The channel map is cached in memory after the first successful request, and there's currently no way to reset it without restarting the app. This could be an issue if channels are renamed.
🚧 Channel IDs can become unstable in certain situations
There are a few circumstances channel IDs might change within a workspace. If you can operate without depending on their stability, you'll be well-prepared for unfortunate hijinks.
In the future, we'll mitigate this unexpected transition with appropriate Events API events or other solutions.
In the meantime, be aware this might happen and use conversations.list regularly to monitor change for known #channel names if ID stability is important to you.
The channel map is cached in memory after the first successful request, and there's currently no way to reset it without restarting the app. This could be an issue if channels are renamed.
mercury/src/slack/channel.rs
Line 132 in 4b0b337
The text was updated successfully, but these errors were encountered: