mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 09:36:00 +08:00
ConversationType
This commit is contained in:
@@ -21,7 +21,7 @@ message PushMsgDataToMQ{
|
||||
|
||||
message MsgDataToMongoByMQ{
|
||||
int64 lastSeq = 1;
|
||||
string aggregationID = 2;
|
||||
string sourceID = 2;
|
||||
repeated MsgDataToMQ messages = 3;
|
||||
string triggerID = 4;
|
||||
}
|
||||
@@ -188,7 +188,7 @@ message KeyValueResp {
|
||||
message MsgDataToModifyByMQ{
|
||||
repeated MsgDataToMQ messages = 1;
|
||||
string triggerID = 2;
|
||||
string aggregationID = 3;
|
||||
string sourceID = 3;
|
||||
}
|
||||
|
||||
message DelMsgsReq{
|
||||
|
||||
Reference in New Issue
Block a user