Skip to content

Commit

Permalink
fix: Log errors when joining a conversation as error
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 21, 2024
1 parent fd6e11f commit cf756f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/participantsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ const actions = {
await context.dispatch('confirmForceJoinConversation', { token })
}
} else {
console.debug(error)
console.error(error)
showError(t('spreed', 'Failed to join the conversation. Try to reload the page.'))
}
}
Expand Down

0 comments on commit cf756f5

Please sign in to comment.