feat(realtime): complete fake channel reply flow
This commit is contained in:
@@ -549,9 +549,6 @@ function onToggleAdvanceFiltersModal() {
|
||||
}
|
||||
|
||||
function fetchConversations() {
|
||||
if (chatListLoading.value) {
|
||||
return;
|
||||
}
|
||||
store.dispatch('updateChatListFilters', conversationFilters.value);
|
||||
store.dispatch('fetchAllConversations').then(emitConversationLoaded);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user