mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 20:30:40 +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 {
|
message ExtendMsgSet {
|
||||||
string ID = 1;
|
string ID = 1;
|
||||||
repeated ExtendMsg extendMsgs = 2;
|
// repeated ExtendMsg extendMsgs = 2;
|
||||||
int32 latestUpdateTime = 3;
|
int32 latestUpdateTime = 3;
|
||||||
string attachedInfo = 4;
|
string attachedInfo = 4;
|
||||||
string ex = 5;
|
string ex = 5;
|
||||||
@ -718,12 +718,12 @@ message ExtendMsgSet {
|
|||||||
int32 createTime = 7;
|
int32 createTime = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
message ExtendMsg {
|
//message ExtendMsg {
|
||||||
repeated ReactionExtendMsgSet content = 1;
|
// repeated ReactionExtendMsgSet content = 1;
|
||||||
string clientMsgID = 2;
|
// string clientMsgID = 2;
|
||||||
int32 createTime = 3;
|
// int32 createTime = 3;
|
||||||
int32 latestUpdateTime = 4;
|
// int32 latestUpdateTime = 4;
|
||||||
}
|
//}
|
||||||
|
|
||||||
message ReactionExtendMsgSet {
|
message ReactionExtendMsgSet {
|
||||||
string userKey = 1;
|
string userKey = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user