revert: emit change

This commit is contained in:
Shivam Mishra
2025-02-26 15:27:53 +05:30
parent 038942b8fc
commit 594612e278
@@ -197,6 +197,7 @@ export const mutations = {
chat.unread_count = unreadCount;
if (selectedChatId === conversationId) {
emitter.emit(BUS_EVENTS.FETCH_LABEL_SUGGESTIONS);
emitter.emit(BUS_EVENTS.SCROLL_TO_MESSAGE);
}
}
},