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 committed Dec 13, 2023
1 parent 89df16b commit 86c3113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/conversationsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ const actions = {
chatExtrasStore.purgeChatExtras(token)
context.dispatch('deleteMessages', token)
context.commit('deleteConversation', token)
context.dispatch('purgeParticipantsStore', token)
},

/**
Expand Down

0 comments on commit 86c3113

Please sign in to comment.