|
|
|
@ -278,8 +278,8 @@ func (c *conversationServer) SetConversations(ctx context.Context, req *pbconver
|
|
|
|
|
if req.Conversation.MsgDestructTime != nil {
|
|
|
|
|
m["msg_destruct_time"] = req.Conversation.MsgDestructTime.Value
|
|
|
|
|
}
|
|
|
|
|
if req.Conversation.MsgDestructTime != nil {
|
|
|
|
|
m["msg_destruct_time"] = req.Conversation.MsgDestructTime.Value
|
|
|
|
|
if req.Conversation.IsMsgDestruct != nil {
|
|
|
|
|
m["is_msg_destruct"] = req.Conversation.IsMsgDestruct.Value
|
|
|
|
|
}
|
|
|
|
|
if req.Conversation.BurnDuration != nil {
|
|
|
|
|
m["burn_duration"] = req.Conversation.BurnDuration.Value
|
|
|
|
|