mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-13 20:35:28 -04:00
Fix daedlock
This commit is contained in:
parent
1d566edb81
commit
a2c4f3f150
7 changed files with 118 additions and 80 deletions
|
@ -415,6 +415,8 @@ class FederationServer(FederationBase):
|
|||
pdu.internal_metadata.outlier = True
|
||||
elif min_depth and pdu.depth > min_depth:
|
||||
if get_missing and prevs - seen:
|
||||
logger.debug("We're missing: %r", prevs-seen)
|
||||
|
||||
latest = yield self.store.get_latest_event_ids_in_room(
|
||||
pdu.room_id
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue