feat: move inboxes get to provider

This commit is contained in:
Shivam Mishra
2026-04-08 20:53:08 +05:30
parent fb75f8783f
commit 3bd4570580
2 changed files with 8 additions and 2 deletions
-1
View File
@@ -74,7 +74,6 @@ const fetchMore = async () => {
};
onMounted(async () => {
await store.dispatch('inboxes/get');
await Promise.all([
store.dispatch('getConversation', conversationId.value),
store.dispatch('fetchAllAttachments', conversationId.value),