mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 12:08:52 +08:00
pb
This commit is contained in:
parent
fc8523da46
commit
2ccbade642
File diff suppressed because it is too large
Load Diff
@ -710,7 +710,7 @@ message SetAppBackgroundStatusResp {
|
||||
|
||||
message ExtendMsgSet {
|
||||
string ID = 1;
|
||||
repeated ExtendMsg extendMsgs = 2;
|
||||
// repeated ExtendMsg extendMsgs = 2;
|
||||
int32 latestUpdateTime = 3;
|
||||
string attachedInfo = 4;
|
||||
string ex = 5;
|
||||
@ -718,12 +718,12 @@ message ExtendMsgSet {
|
||||
int32 createTime = 7;
|
||||
}
|
||||
|
||||
message ExtendMsg {
|
||||
repeated ReactionExtendMsgSet content = 1;
|
||||
string clientMsgID = 2;
|
||||
int32 createTime = 3;
|
||||
int32 latestUpdateTime = 4;
|
||||
}
|
||||
//message ExtendMsg {
|
||||
// repeated ReactionExtendMsgSet content = 1;
|
||||
// string clientMsgID = 2;
|
||||
// int32 createTime = 3;
|
||||
// int32 latestUpdateTime = 4;
|
||||
//}
|
||||
|
||||
message ReactionExtendMsgSet {
|
||||
string userKey = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user