This commit is contained in:
wangchuxiao
2023-03-24 18:38:14 +08:00
parent 83d91c7dc9
commit 862fca1019
+1 -1
View File
@@ -77,7 +77,7 @@ func (c *ConversationDataBase) SetUsersConversationFiledTx(ctx context.Context,
cache = cache.DelConversationIDs(NotUserIDs)
}
// clear cache
return cache.DelUsersConversation(haveUserIDs, conversation.ConversationID).DelConversationIDs(NotUserIDs).ExecDel(ctx)
return cache.DelUsersConversation(haveUserIDs, conversation.ConversationID).ExecDel(ctx)
})
}