-
Notifications
You must be signed in to change notification settings - Fork 249
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
Message user just sent should not be unread #440
Labels
a-msglist
The message-list screen, except what's label:a-content
Milestone
Comments
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 13, 2023
This is required for the server to automatically mark sent messages as read. See `sent_by_human` in `zulip/zerver/models.py`. Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 13, 2023
This is required for the server to automatically mark sent messages as read. See `sent_by_human` in `zulip/zerver/models.py`. Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 13, 2023
This is required for the server to automatically mark sent messages as read. See `sent_by_human` in `zulip/zerver/models.py`. Fixes: zulip#440
This was referenced Dec 13, 2023
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 14, 2023
This is required for the server to automatically mark sent messages as read. See `sent_by_human` in `zulip/zerver/models.py`. Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 14, 2023
This is required for the server to automatically mark sent messages as read. See `sent_by_human` in `zulip/zerver/models.py`. Fixes: zulip#440
Closed
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 19, 2023
This flag allows the client to communicate to the server that the new message should be initially marked as read for its sender. Added in FL 236 in zulip/zulip#28204 . Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 19, 2023
This flag allows the client to communicate to the server that the new message should be initially marked as read for its sender. Added in FL 236 in zulip/zulip#28204 . Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 21, 2023
This flag allows the client to communicate to the server that the new message should be initially marked as read for its sender. Added in FL 236 in zulip/zulip#28204 . Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 21, 2023
This flag allows the client to communicate to the server that the new message should be initially marked as read for its sender. Flag was added in FL 236, see: zulip/zulip#28204 Fixes: zulip#440
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Dec 21, 2023
This flag allows the client to communicate to the server that the new message should be initially marked as read for its sender. Flag was added in FL 236, see: zulip/zulip#28204 Fixes: zulip#440
This was referenced Dec 30, 2023
chrisbobbe
added a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Jan 17, 2024
This resolves zulip#440 for older servers.
gnprice
pushed a commit
to chrisbobbe/zulip-flutter
that referenced
this issue
Feb 6, 2024
This resolves zulip#440 for older servers.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a user sends a message from the app, that message appears as unread (unread marker on the left; unread count in the bottom banner increases). Instead, a message you send should immediately be marked as read.
The text was updated successfully, but these errors were encountered: