conversation update

This commit is contained in:
Gordon
2022-04-22 15:12:10 +08:00
parent 17d8a124cd
commit 159a9e00c8
6 changed files with 605 additions and 270 deletions
+4 -3
View File
@@ -210,9 +210,10 @@ message MsgData {
uint32 seq = 14;
int64 sendTime = 15;
int64 createTime = 16;
int32 status = 17;
map<string, bool> options = 18;
OfflinePushInfo offlinePushInfo = 19;
repeated string atUserIDList = 17;
int32 status = 18;
map<string, bool> options = 19;
OfflinePushInfo offlinePushInfo = 20;
}
message OfflinePushInfo{