diff --git a/src/store/conversationsStore.js b/src/store/conversationsStore.js index 91436ae6de4..104b4527480 100644 --- a/src/store/conversationsStore.js +++ b/src/store/conversationsStore.js @@ -963,8 +963,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) } },