Merge branch 'uhoreg/e2e_cross-signing_merged' into develop

This commit is contained in:
Hubert Chathi 2019-10-18 15:57:40 +01:00
commit 0a9d22808c
15 changed files with 693 additions and 21 deletions

View file

@ -62,6 +62,7 @@ class Codes(object):
INCOMPATIBLE_ROOM_VERSION = "M_INCOMPATIBLE_ROOM_VERSION"
WRONG_ROOM_KEYS_VERSION = "M_WRONG_ROOM_KEYS_VERSION"
EXPIRED_ACCOUNT = "ORG_MATRIX_EXPIRED_ACCOUNT"
INVALID_SIGNATURE = "M_INVALID_SIGNATURE"
USER_DEACTIVATED = "M_USER_DEACTIVATED"