-
Notifications
You must be signed in to change notification settings - Fork 177
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
Handle muted streams and topics #346
Labels
Milestone
Comments
gnprice
added
a-api
Implementing specific parts of the Zulip server API
a-model
Implementing our data model (PerAccountStore, etc.)
labels
Oct 31, 2023
This was referenced Oct 31, 2023
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 3, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 3, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 6, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 6, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 7, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 9, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
gnprice
pushed a commit
to sirpengi/zulip-flutter
that referenced
this issue
Nov 9, 2023
These helpers do not account for muted topics and streams, those are left for zulip#346.
This was referenced Nov 28, 2023
This was referenced Nov 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not to be confused with muted users, #296. (The mechanisms are quite different, so that's an entirely independent task.)
This means:
subscription
events and the corresponding initial data.user_topic
events,muted_topics
events for older servers, and the corresponding initial data.src/mute/muteModel.js
in zulip-mobile; we should be able to basically transcribe that.src/mute/muteModel.js
in zulip-mobile, and match their logic.getShownMessagesForNarrow
in zulip-mobile'ssrc/chat/narrowsSelectors.js
.Unreads
model class. Our various UI should already be calling methods there to get these counts.We'll also want to give the user the ability to change which streams are muted, and which topics are muted or unmuted or followed. That'll be a separate followup task.
The text was updated successfully, but these errors were encountered: