mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:04:54 -04:00
Review comments
This commit is contained in:
parent
a4ef8d8dd5
commit
d148c43050
2 changed files with 7 additions and 1 deletions
|
@ -674,7 +674,8 @@ class FederationClient(FederationBase):
|
|||
break
|
||||
|
||||
if room_version is None:
|
||||
# We use this error has that is what
|
||||
# If the state doesn't have a create event then the room is
|
||||
# invalid, and it would fail auth checks anyway.
|
||||
raise SynapseError(400, "No create event in state")
|
||||
|
||||
valid_pdus = yield self._check_sigs_and_hash_and_fetch(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue