Skip to content

Commit

Permalink
Fix(conversationStore): purge participants and cached conversations.
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad authored and backportbot-nextcloud[bot] committed Dec 15, 2023
1 parent b73d7ee commit 76b4ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/conversationsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ const actions = {
// FIXME: rename to deleteConversationsFromStore or a better name
context.dispatch('deleteMessages', token)
context.commit('deleteConversation', token)
context.dispatch('purgeParticipantsStore', token)
context.dispatch('cacheConversations')
},

/**
Expand Down

0 comments on commit 76b4ba7

Please sign in to comment.