mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 16:59:01 +08:00
conversation
This commit is contained in:
+753
-670
File diff suppressed because it is too large
Load Diff
@@ -394,11 +394,8 @@ message UserInfoUpdatedTips{
|
||||
|
||||
//////////////////////conversation/////////////////////
|
||||
message ConversationUpdateTips{
|
||||
string UserID = 1;
|
||||
string userID = 1;
|
||||
repeated string conversationIDList = 2;
|
||||
int64 updateUnreadCountTime = 3;
|
||||
|
||||
|
||||
}
|
||||
|
||||
message ConversationSetPrivateTips{
|
||||
@@ -407,6 +404,13 @@ message ConversationSetPrivateTips{
|
||||
bool isPrivate = 3;
|
||||
}
|
||||
|
||||
message ConversationHasReadTips {
|
||||
string userID = 1;
|
||||
string conversationID = 2;
|
||||
int64 hasReadSeq = 3;
|
||||
int64 unreadCountTime = 4;
|
||||
}
|
||||
|
||||
////////////////////message///////////////////////
|
||||
message seqs {
|
||||
repeated int64 seqs = 1;
|
||||
|
||||
Reference in New Issue
Block a user