conversation

This commit is contained in:
wangchuxiao 2023-04-21 14:55:24 +08:00
parent 8ad343e97c
commit 886f59e19d

View File

@ -112,7 +112,7 @@ func (c *ConversationDataBase) SyncPeerUserPrivateConversationTx(ctx context.Con
}
if rows == 0 {
newConversation := *conversation
newConversation.OwnerUserID = v[1]
newConversation.OwnerUserID = v[0]
newConversation.UserID = v[2]
newConversation.ConversationID = v[1]
newConversation.IsPrivateChat = conversation.IsPrivateChat