mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-22 21:04:08 +08:00
fix: message attachments
This commit is contained in:
parent
da4049d18a
commit
02ca4136ad
@ -72,7 +72,10 @@ const fetchMore = async () => {
|
||||
|
||||
onMounted(async () => {
|
||||
await store.dispatch('inboxes/get');
|
||||
await store.dispatch('getConversation', conversationId.value);
|
||||
await Promise.all([
|
||||
store.dispatch('getConversation', conversationId.value),
|
||||
store.dispatch('fetchAllAttachments', conversationId.value),
|
||||
]);
|
||||
});
|
||||
|
||||
watch(conversation, () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user