Skip to content
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

Automatically mark message as read when client is online #25

Merged
merged 4 commits into from
Oct 10, 2022
Merged

Automatically mark message as read when client is online #25

merged 4 commits into from
Oct 10, 2022

Conversation

mseltahir
Copy link
Member

Resolves #23

In the previous implementation, when the client is online, the message will be sent directly to them and also saved in the database but without marking it as delivered. This will result in the message being sent again.
This PR fixes this bug.

@mseltahir mseltahir merged commit 5505737 into tutipay:main Oct 10, 2022
@mseltahir mseltahir deleted the automatically_mark_message_as_read_when_client_is_online branch October 10, 2022 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mark message as delivered if the client is online
1 participant