conversation update

This commit is contained in:
Gordon
2022-04-22 19:44:58 +08:00
parent f779ed7628
commit e682b408f3
2 changed files with 26 additions and 291 deletions
+4 -5
View File
@@ -210,12 +210,11 @@ message MsgData {
uint32 seq = 14;
int64 sendTime = 15;
int64 createTime = 16;
repeated string atUserIDList = 17;
int32 status = 18;
map<string, bool> options = 19;
OfflinePushInfo offlinePushInfo = 20;
int32 status = 17;
map<string, bool> options = 18;
OfflinePushInfo offlinePushInfo = 19;
}
// repeated string atUserIDList = 20;
message OfflinePushInfo{
string title = 1;
string desc = 2;