test-errcode
wangchuxiao 2 years ago
parent 9158b62789
commit 83d91c7dc9

@ -77,7 +77,7 @@ func (c *ConversationDataBase) SetUsersConversationFiledTx(ctx context.Context,
cache = cache.DelConversationIDs(NotUserIDs) cache = cache.DelConversationIDs(NotUserIDs)
} }
// clear cache // clear cache
return cache.DelUsersConversation(haveUserIDs, conversation.ConversationID).ExecDel(ctx) return cache.DelUsersConversation(haveUserIDs, conversation.ConversationID).DelConversationIDs(NotUserIDs).ExecDel(ctx)
}) })
} }

Loading…
Cancel
Save