diff --git a/app/javascript/ui/MessageList.vue b/app/javascript/ui/MessageList.vue index 4c7995565b1..ea04e702555 100644 --- a/app/javascript/ui/MessageList.vue +++ b/app/javascript/ui/MessageList.vue @@ -44,6 +44,7 @@ const fetchMore = () => { }; onMounted(() => { + store.dispatch('inboxes/get'); store.dispatch('getConversation', props.conversationId); });