mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 10:35:59 +08:00
Merge remote-tracking branch 'origin/errcode' into errcode
# Conflicts: # pkg/proto/msg/msg.pb.go # pkg/proto/sdkws/sdkws.pb.go # pkg/proto/sdkws/sdkws.proto
This commit is contained in:
@@ -441,6 +441,17 @@ message RevokeMsgTips{
|
||||
string conversationID = 7;
|
||||
}
|
||||
|
||||
message ClearConversationTips {
|
||||
string userID = 1;
|
||||
repeated string conversationIDs = 2;
|
||||
}
|
||||
|
||||
message DeleteMsgsTips {
|
||||
string userID = 1;
|
||||
string conversationID = 2;
|
||||
repeated int64 seqs = 3;
|
||||
}
|
||||
|
||||
///////////////////signal//////////////
|
||||
message SignalReq {
|
||||
oneof payload {
|
||||
|
||||
Reference in New Issue
Block a user