Error msg for bad invites in non-federated room

This commit is contained in:
miruka
2020-03-09 07:59:23 -04:00
parent 1f76ceb1e3
commit 0fa16400df
4 changed files with 28 additions and 10 deletions

View File

@@ -81,6 +81,11 @@ class InvalidUserInContext(Exception):
user_id: str = field()
@dataclass
class UserFromOtherServerDisallowed(Exception):
user_id: str = field()
@dataclass
class UneededThumbnail(Exception):
pass