unread bug fix

This commit is contained in:
Gordon
2022-08-05 12:08:00 +08:00
parent 0f655e9292
commit 10c0f3075a
5 changed files with 26 additions and 5 deletions
+1
View File
@@ -103,6 +103,7 @@ const (
SuperGroupNotificationEnd = 1699
ConversationPrivateChatNotification = 1701
ConversationUnreadNotification = 1702
OrganizationChangedNotification = 1801
+1
View File
@@ -487,6 +487,7 @@ message UserInfoUpdatedTips{
//////////////////////conversation/////////////////////
message ConversationUpdateTips{
string UserID = 1;
repeated string conversationIDList = 2;
}
message ConversationSetPrivateTips{