diff --git a/pkg/common/db/controller/conversation.go b/pkg/common/db/controller/conversation.go index 336b2ffee..3c12f08e6 100644 --- a/pkg/common/db/controller/conversation.go +++ b/pkg/common/db/controller/conversation.go @@ -110,6 +110,7 @@ func (c *ConversationDataBase) SyncPeerUserPrivateConversationTx(ctx context.Con if err != nil { return err } + log.ZDebug(ctx, "SyncPeerUserPrivateConversationTx", "rows", rows, "v", v) if rows == 0 { newConversation := *conversation newConversation.OwnerUserID = v[0]