Channel list should be filtered to channels the user or bot can access #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure whether to base it on the bot's permissions or the user's permissions. Maybe both?
Debug view should explain that some channels were filtered out based on permissions.
This will require a guild member lookup API call for the bot and/or user, to get their roles.
(Web) Channel list should be filtered to channels the user or bot can accessto Channel list should be filtered to channels the user or bot can accessFixed in
20dabf4a
. Channels that the logged in user can't access will be visible - I decided to only filter out ones the bot can't access.It's up to the server owner to set channel permissions correctly for the bridge.