mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-18 10:29:49 +08:00
conversation
This commit is contained in:
parent
8ad343e97c
commit
886f59e19d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user