diff --git a/src/store/conversationsStore.js b/src/store/conversationsStore.js index 2a16c8465d5..8fb708aa5a4 100644 --- a/src/store/conversationsStore.js +++ b/src/store/conversationsStore.js @@ -994,8 +994,7 @@ const actions = { context.dispatch('addConversation', conversation) return conversation.token } catch (error) { - console.error('Error creating new group conversation: ', error) - return '' + return Promise.reject(error) } },