mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
an invalide is something else...
This commit is contained in:
parent
3e7fac0d56
commit
d3654694d0
@ -324,7 +324,7 @@ class DirectoryHandler(BaseHandler):
|
||||
raise AuthError(403, "Guests cannot edit the published room list")
|
||||
|
||||
if visibility not in ["public", "private"]:
|
||||
raise SynapseError(400, "Invalide visibility setting")
|
||||
raise SynapseError(400, "Invalid visibility setting")
|
||||
|
||||
room = yield self.store.get_room(room_id)
|
||||
if room is None:
|
||||
|
Loading…
Reference in New Issue
Block a user