conversation

This commit is contained in:
wangchuxiao
2023-04-20 16:05:22 +08:00
parent 9f523d980a
commit b05bedf243
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -168,6 +168,7 @@ func (c *ConversationDataBase) SetUserConversations(ctx context.Context, ownerUs
return err
}
if len(existConversations) > 0 {
log.ZDebug(ctx, "SetUserConversations", "existConversations", existConversations)
err = conversationTx.Update(ctx, conversations)
if err != nil {
return err