feat: fetch inboxes
This commit is contained in:
@@ -44,6 +44,7 @@ const fetchMore = () => {
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
store.dispatch('inboxes/get');
|
||||
store.dispatch('getConversation', props.conversationId);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user