Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide private channel if created with the "hidden option" #19885

Closed
cammellos opened this issue May 2, 2024 · 2 comments · Fixed by #20006
Closed

Hide private channel if created with the "hidden option" #19885

cammellos opened this issue May 2, 2024 · 2 comments · Fixed by #20006

Comments

@cammellos
Copy link
Member

Feature Issue

User Story

As a community admin
I want to be able to hide private channel from those who don't have access
So that I don't disclose private information about my community

Description

Private channel of a community can be set so that they are hidden when adding permissions/creating the channel.
Those channels should not be shown to users who don't have access. If a category has no visible channels, it should not be shown.

@Parveshdhull
Copy link
Member

probably this functionality is already implemented

#(filter (comp not :hide-if-permissions-not-met?)

Currently unable to verify because blocked by status-im/status-desktop#14608

@Parveshdhull
Copy link
Member

upd: still blocked - status-im/status-desktop#14608 (comment)

I will break the issue in two parts, and will fix hiding of empty categories for now and we can address hiding private channel once issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment