From f708523d103ce783ef7c01b64f0c4232eaf8d6e7 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 21 Mar 2024 11:40:11 +0100 Subject: [PATCH] Update schemas/Error.json Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- schemas/Error.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/Error.json b/schemas/Error.json index d75df2b..34007ea 100644 --- a/schemas/Error.json +++ b/schemas/Error.json @@ -20,7 +20,7 @@ {"const": "OlmKeysNotSentError", "description": "E2E domain error. Generic unknown inbound group session error."}, {"const": "OlmUnspecifiedError", "description": "E2E domain error. Any other decryption error (missing field, format errors...)."}, {"const": "UnknownError", "description": "E2E domain error. Decryption fails due to unknown error."}, - {"const": "HistoricalMessage", "description": "E2E domain error. Decryption fails for historical message and there is no backup."}, + {"const": "HistoricalMessage", "description": "E2E domain error. Decryption failed for a message sent before the device logged in, and key backup is not enabled."}, {"const": "VoipUserHangup", "description": "VOIP domain error. The user hung up the call."}, {"const": "VoipIceFailed", "description": "VOIP domain error. ICE negotiation failed."}, {"const": "VoipInviteTimeout", "description": "VOIP domain error. The call invite timed out."},