diff --git a/app/javascript/dashboard/store/modules/conversations/index.js b/app/javascript/dashboard/store/modules/conversations/index.js index e7294dfed..22f9256b9 100644 --- a/app/javascript/dashboard/store/modules/conversations/index.js +++ b/app/javascript/dashboard/store/modules/conversations/index.js @@ -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); } } },