msgDestruct

This commit is contained in:
wangchuxiao
2023-07-10 10:09:51 +08:00
parent c64657d0b7
commit 7bf9d5a305
19 changed files with 508 additions and 344 deletions
@@ -18,6 +18,8 @@ message Conversation{
int32 burnDuration = 12;
int64 minSeq = 13;
int64 maxSeq = 14;
int64 msgDestructTime = 15;
int64 latestMsgDestructTime = 16;
}
message ConversationReq{
@@ -34,6 +36,7 @@ message ConversationReq{
OpenIMServer.protobuf.Int64Value minSeq = 11;
OpenIMServer.protobuf.Int64Value maxSeq = 12;
OpenIMServer.protobuf.Int32Value groupAtType = 13;
OpenIMServer.protobuf.Int64Value msgDestructTime = 14;
}
message SetConversationReq{