mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 10:20:32 -05:00
add logging for all the places we call resolve_state_groups. my kingdom for a backtrace that actually works.
This commit is contained in:
parent
8cfc0165e9
commit
d79d165761
3 changed files with 6 additions and 0 deletions
|
|
@ -591,6 +591,7 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
event_ids = list(extremities.keys())
|
||||
|
||||
logger.info("Calling resolve_state_groups in _maybe_backfill")
|
||||
states = yield preserve_context_over_deferred(defer.gatherResults([
|
||||
preserve_fn(self.state_handler.resolve_state_groups)(room_id, [e])
|
||||
for e in event_ids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue