mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
fix: Incorrect conversation count shown for filters/folders after idle period (#11770)
This commit is contained in:
@@ -756,6 +756,7 @@ function toggleSelectAll(check) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
useEmitter('fetch_conversation_stats', () => {
|
useEmitter('fetch_conversation_stats', () => {
|
||||||
|
if (hasAppliedFiltersOrActiveFolders.value) return;
|
||||||
store.dispatch('conversationStats/get', conversationFilters.value);
|
store.dispatch('conversationStats/get', conversationFilters.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user