mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-21 09:19:01 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
This commit is contained in:
+1295
-1251
File diff suppressed because it is too large
Load Diff
@@ -178,10 +178,11 @@ message MsgData {
|
||||
map<string, bool> options = 18;
|
||||
OfflinePushInfo offlinePushInfo = 19;
|
||||
repeated string atUserIDList = 20;
|
||||
bytes msgDataList = 21;
|
||||
string attachedInfo = 22;
|
||||
string ex = 23;
|
||||
|
||||
string attachedInfo = 21;
|
||||
string ex = 22;
|
||||
}
|
||||
message PushMessages{
|
||||
repeated MsgData msgs = 1;
|
||||
}
|
||||
message OfflinePushInfo{
|
||||
string title = 1;
|
||||
|
||||
Reference in New Issue
Block a user