mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 19:44:53 -04:00
Ensure we always drop the federation inbound lock (#10336)
This commit is contained in:
parent
974261cd81
commit
1579fdd54a
3 changed files with 15 additions and 2 deletions
|
@ -949,6 +949,7 @@ class FederationServer(FederationBase):
|
|||
room_id, room_version
|
||||
)
|
||||
if not next:
|
||||
await lock.release()
|
||||
return
|
||||
|
||||
origin, event = next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue