-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Remove unstarred messages from starred messages narrow #940
Comments
Can I take this up? |
@zulipbot claim. |
Hello @Abhirup-99! Thanks for your interest in Zulip! You have attempted to claim an issue without the labels "help wanted", "good first issue". Since you're a new contributor, you can only claim and submit pull requests for issues with the help wanted or good first issue labels. If this is your first time here, we recommend reading our guide for new contributors before getting started. |
Yes you can go ahead. 👍🏼 |
The commit updates ZT behavior in starred message section to match the web app. The current behavior involves removing the message when the user moves out of the starred section. Fixes zulip#940.
The commit updates ZT behavior in starred message section to match the web app. The current behavior involves removing the message when the user moves out of the starred section. Fixes zulip#940.
The commit updates ZT behavior in starred message section to match the web app. The current behavior involves removing the message when the user moves out of the starred section. Fixes zulip#940.
The commit updates ZT behavior in starred message section to match the web app. The current behavior involves removing the message when the user moves out of the starred section. Fixes zulip#940.
The commit updates ZT behavior in starred message section to match the web app. The current behavior involves removing the message when the user moves out of the starred section. Fixes zulip#940.
The commit updates ZT behavior in starred message section to match the web app. The current behavior involves removing the message when the user moves out of the starred section. Fixes zulip#940.
* Handle starred message addition and removal events. * Fix race around condition to handle removal of last loaded message in the starred narrow without exceptions. Tests updated. Fixes zulip#940.
Steps to reproduce:
This is the case only within the same ZT session. As per the behaviour in the webapp, unstarred messages should be removed from starred messages narrow immediately.
The text was updated successfully, but these errors were encountered: