conversation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user