-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[WIP] base work to add unread mention count to updateUnreadMessageCount (closes #510) #2723
base: master
Are you sure you want to change the base?
Conversation
a few TODOs remain that might need server support
@@ -6380,7 +6380,8 @@ updateUserPrivacySettingRules setting:UserPrivacySetting rules:userPrivacySettin | |||
//@chat_list The chat list with changed number of unread messages | |||
//@unread_count Total number of unread messages | |||
//@unread_unmuted_count Total number of unread messages in unmuted chats | |||
updateUnreadMessageCount chat_list:ChatList unread_count:int32 unread_unmuted_count:int32 = Update; | |||
//@unread_mention_count Total number of unread mentions |
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.
Ok
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.
Thanks
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.
Ok
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.
Ok
This is some of basic scaffolding to implement unread mention count.
However, I don't know how to handle the cases marked with "TODO" (they might need server support?).
Any hints or help will be appreciated.