mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 16:49:26 -05:00
Typos everywhere
This commit is contained in:
parent
a0dfffb33c
commit
0d31ad5101
@ -370,7 +370,7 @@ class FederationHandler(BaseHandler):
|
||||
states = dict(zip(event_ids, [s[1] for s in states]))
|
||||
|
||||
for e_id, _ in sorted_extremeties_tuple:
|
||||
likely_domains = get_domains_from_state(states[e_id])[0]
|
||||
likely_domains = get_domains_from_state(states[e_id])
|
||||
|
||||
success = yield try_backfill([
|
||||
dom for dom in likely_domains
|
||||
|
Loading…
Reference in New Issue
Block a user