mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
conversation
This commit is contained in:
parent
886f59e19d
commit
4bcad908da
@ -110,6 +110,7 @@ func (c *ConversationDataBase) SyncPeerUserPrivateConversationTx(ctx context.Con
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
log.ZDebug(ctx, "SyncPeerUserPrivateConversationTx", "rows", rows, "v", v)
|
||||||
if rows == 0 {
|
if rows == 0 {
|
||||||
newConversation := *conversation
|
newConversation := *conversation
|
||||||
newConversation.OwnerUserID = v[0]
|
newConversation.OwnerUserID = v[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user