Error msg for bad invites in non-federated room
This commit is contained in:
@@ -81,6 +81,11 @@ class InvalidUserInContext(Exception):
|
||||
user_id: str = field()
|
||||
|
||||
|
||||
@dataclass
|
||||
class UserFromOtherServerDisallowed(Exception):
|
||||
user_id: str = field()
|
||||
|
||||
|
||||
@dataclass
|
||||
class UneededThumbnail(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user