Merge remote-tracking branch 'origin/errcode' into errcode

# Conflicts:
#	pkg/proto/sdkws/sdkws.pb.go
This commit is contained in:
withchao
2023-05-29 19:12:54 +08:00
16 changed files with 1669 additions and 1447 deletions
+1256 -1109
View File
File diff suppressed because it is too large Load Diff
+11
View File
@@ -436,6 +436,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 {