Merge branch 'develop' into feat/voice-channel

This commit is contained in:
Sojan Jose
2025-07-24 14:05:15 +04:00
committed by GitHub
66 changed files with 1240 additions and 219 deletions

View File

@@ -317,6 +317,13 @@ export const actions = {
throw new Error(error);
}
},
syncTemplates: async (_, inboxId) => {
try {
await InboxesAPI.syncTemplates(inboxId);
} catch (error) {
throw new Error(error);
}
},
};
export const mutations = {