zulip / zulip-mobile

Zulip mobile apps for Android and iOS.
https://zulip.com/apps/
Apache License 2.0
1.3k stars 656 forks source link

Support "support" stream type with topic-specific permissions #5839

Open alya opened 8 months ago

alya commented 8 months ago

In https://github.com/zulip/zulip/issues/19434, we plan to make it possible to restrict which topics in a stream a user can view and send messages to. Users with restricted permissions:

a. Can start a new topic, and have regular permissions for that topic (read, post, etc.). b. Cannot view or send messages in other topics. c. Only see their own topics in auto-complete suggestions in the compose box. d. Get an error if trying to send to somebody else's topic. It's probably OK that this leaks information about what other topics exist.

We should make sure the mobile apps can support these restrictions.

Web app / server issue: