Skip to content

fix: read confirmation on reply from notification (WPB-8756)#4658

Open
sbakhtiarov wants to merge 1 commit intodevelopfrom
fix/reply-read-receipt
Open

fix: read confirmation on reply from notification (WPB-8756)#4658
sbakhtiarov wants to merge 1 commit intodevelopfrom
fix/reply-read-receipt

Conversation

@sbakhtiarov
Copy link
Contributor

@sbakhtiarov sbakhtiarov commented Mar 17, 2026

https://wearezeta.atlassian.net/browse/WPB-8756

https://wearezeta.atlassian.net/browse/WPB-8756

What's new in this PR?

Issues

User sends answer from notification. Answer is sent but conversation messages stay in "unread" state which causing confusion on the receiver side.

Causes (Optional)

NotificationReplyReceiver is already trying to update conversation last read date and send read receipts but it is done with the 3 seconds debounce (to reduce number of updates from messages list UI).

Solutions

Adding a new invokeImmediately parameter which runs the read confirmations without delay and use it when replying from notification.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants