mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
Don't present internal error messages as if they are localized
This commit is contained in:
@@ -99,7 +99,7 @@ export class UnknownCallError extends ElementCallError {
|
|||||||
t("error.generic"),
|
t("error.generic"),
|
||||||
ErrorCode.UNKNOWN_ERROR,
|
ErrorCode.UNKNOWN_ERROR,
|
||||||
ErrorCategory.UNKNOWN,
|
ErrorCategory.UNKNOWN,
|
||||||
error.message,
|
undefined,
|
||||||
// Properly set it as a cause for a better reporting on sentry
|
// Properly set it as a cause for a better reporting on sentry
|
||||||
error,
|
error,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user