mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:44:49 -04:00
Fix case
This commit is contained in:
parent
d79d165761
commit
883ff92a7f
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
event_ids = list(extremities.keys())
|
||||
|
||||
logger.info("Calling resolve_state_groups in _maybe_backfill")
|
||||
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