fix: Incorrect conversation count shown for filters/folders after idle period (#11770)

This commit is contained in:
Sivin Varghese
2025-06-19 14:05:18 +05:30
committed by GitHub
parent d2f5311400
commit 2cfca6008b

View File

@@ -756,6 +756,7 @@ function toggleSelectAll(check) {
}
useEmitter('fetch_conversation_stats', () => {
if (hasAppliedFiltersOrActiveFolders.value) return;
store.dispatch('conversationStats/get', conversationFilters.value);
});