mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 02:55:58 +08:00
set IsMsgDestruct
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user