Merge pull request #1719 from FGadvancer/release-v3.5

fix: group messages sync failed.
pull/1729/head v3.5.1-alpha.1
Xinwei Xiong 2 years ago committed by GitHub
commit 76b35210aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -279,7 +279,7 @@ func (c *conversationDatabase) CreateGroupChatConversation(ctx context.Context,
for _, v := range existConversationUserIDs {
cache = cache.DelConversations(v, conversationID)
}
return c.cache.ExecDel(ctx)
return cache.ExecDel(ctx)
})
}

Loading…
Cancel
Save