Merge branch 'develop' into feat/conversation-screen

This commit is contained in:
Sivin Varghese
2024-12-07 11:37:16 +05:30
committed by GitHub
9 changed files with 137 additions and 24 deletions
@@ -62,7 +62,7 @@ const goToContactsList = () => {
const fetchActiveContact = async () => {
if (route.params.contactId) {
store.dispatch('contacts/show', { id: route.params.contactId });
await store.dispatch('contacts/show', { id: route.params.contactId });
await store.dispatch(
'contacts/fetchContactableInbox',
route.params.contactId