-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
Support unmuted topics in muted streams #5362
Comments
From that zulip/zulip thread, it looks like we don't yet have a prototype implementation for the server side, so this isn't ripe to actually build until we do. However, there is zulip/zulip#21251, which makes a preparatory change to the API. Making that change (and clients moving over to use it) doesn't yet cause any change to user-visible behavior; but it reorganizes how we represent muting a topic, in a way that we'll use as a basis for adding the feature of unmuting a topic. So the thing that is ripe for us to do now on mobile is to implement our side of that API change. I'll file an issue for that and pick it up. |
Added "blocked on other work" because this blocks on at least a prototype of a backend implementation. Removed "webapp parity" because this is a feature that doesn't yet exist on web (though as "server release goal" indicates, it's one we hope to have on web pretty soon.) |
#5382 is for using the new API. |
Relabeling because the server-side implementation has landed: zulip/zulip#24236 and we're again hoping to ship this feature in general sometime not too far in the future. |
In zulip/zulip#2517, we are implementing an option to make a topic inside a muted stream as unmuted.
In this case, we should treat the topic as unmuted in the mobile app as well. This includes:
Note that because the feature has not been completed and the webapp UX has not been tested, details of the webapp UI may change.
The text was updated successfully, but these errors were encountered: