-
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
fix old messages marked as seen #2713
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (12)
|
a0fc884
to
90a468a
Compare
protocol/messenger_handler.go
Outdated
if chat.ReadMessagesAtClockValue > state.CurrentMessageState.WhisperTimestamp { | ||
receivedMessage.Seen = true | ||
} | ||
// This will prevent older messages to be marked as seen, currently the UI/UX behavior is unspecified, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps add a TODO
to flag that this needs to be address in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it didn't work, @Samyoul pls review again, thank you
90a468a
to
aa80b32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
b133e02
to
a429480
Compare
fix old messages marked as seen