SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!

Home Page:https://swiftcordapp.github.io/Swiftcord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement]: Hide the private channels

cjwcommuny opened this issue · comments

commented

Describe Your Request

Currently Swiftcord doesn't hide the private channel which users can't access, but give the error prompt as follows:

CleanShot-2022-10-10-14 39 54

This can be confusing. It would be better to filter out the inaccessible channel for users.

Category

Other

Other Category

Channel

Screenshots

CleanShot-2022-10-10-14 41 37

In this figure, the tokio-dev-private should be filtered out.

Many have pointed out this issue, but there's one blocking issue thats preventing this enhancement from going forward: roles and channel perm overrides haven't been implemented, so at this moment its impossible to determine the channels to hide. Roles would have to be fully implemented first for this to be implemented.

Closing as a duplicate of #26