-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Bug fixes for offline support #4069
Conversation
I would like to add the following to this comment #3952 (comment):
The same settings can be overwritten or adjusted in the individual chats. |
9e33c9f
to
ba9cfaa
Compare
/backport to stable-20.0 |
9571a87
to
31a2fd6
Compare
f81a65e
to
8f00037
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.
The following has to be fixed.
- Unable to join open conversations.
- Delete messages of a conversation [Note to Self/ Group messages], then send a message. UI is not updated.
@rapterjet2004 Also broken atm is scrolling to the oldest unread message when entering a talk room with unread messages. Currently it simply renders right at the end of the conversation. |
10e2d32
to
032b35e
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.
There is a difference between lastReadMessage and lastCommonRead. The code in this PR mixes these things which creates new bugs. @rapterjet2004 Would you mind to revert everything to "Fix Unread messages not showing up correctly when entering a conversation" and i will fix it in a separate PR?
Thank you for the ideas @niclasheinz , some of them may be implemented in the future. |
032b35e
to
94e30df
Compare
Got join conversation to work Unread message popup should work when entering a conversation now "Delete All Messages" now works without breaking the initMessagePolling linter Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com> Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
94e30df
to
ea453db
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/4069-talk.apk |
Fix Unread messages not showing up correctly when entering a conversationsee Bug fixes for offline support #4069 (review)🏁 Checklist
/backport to stable-xx.x