set IsMsgDestruct

This commit is contained in:
wangchuxiao
2023-07-10 11:58:04 +08:00
parent ece2498d18
commit c02f3cc8d5
6 changed files with 454 additions and 426 deletions
@@ -20,6 +20,7 @@ message Conversation{
int64 maxSeq = 14;
int64 msgDestructTime = 15;
int64 latestMsgDestructTime = 16;
bool isMsgDestruct = 17;
}
message ConversationReq{
@@ -37,6 +38,7 @@ message ConversationReq{
OpenIMServer.protobuf.Int64Value maxSeq = 12;
OpenIMServer.protobuf.Int32Value groupAtType = 13;
OpenIMServer.protobuf.Int64Value msgDestructTime = 14;
OpenIMServer.protobuf.Int64Value isMsgDestruct = 15;
}
message SetConversationReq{