From 862fca1019c220bccfcaaf0e1c3180df899b18e0 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Fri, 24 Mar 2023 18:38:14 +0800 Subject: [PATCH] cache --- pkg/common/db/controller/conversation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/db/controller/conversation.go b/pkg/common/db/controller/conversation.go index 9e764e02d..0a3b90f84 100644 --- a/pkg/common/db/controller/conversation.go +++ b/pkg/common/db/controller/conversation.go @@ -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) }) }