feat: fetch inboxes

This commit is contained in:
Shivam Mishra 2025-05-13 19:00:39 +05:30
parent f07a5215cf
commit 81e18aaafa
No known key found for this signature in database

View File

@ -44,6 +44,7 @@ const fetchMore = () => {
};
onMounted(() => {
store.dispatch('inboxes/get');
store.dispatch('getConversation', props.conversationId);
});