mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 18:19:25 -05:00
Fix typo
This commit is contained in:
parent
d730c2c22b
commit
9c598dddcb
@ -807,7 +807,7 @@ class FederationHandler(BaseHandler):
|
|||||||
# For paranoia we ensure that these events are marked as
|
# For paranoia we ensure that these events are marked as
|
||||||
# non-outliers
|
# non-outliers
|
||||||
ev = event_map[e_id]
|
ev = event_map[e_id]
|
||||||
assert(not event.internal_metadata.is_outlier())
|
assert(not ev.internal_metadata.is_outlier())
|
||||||
|
|
||||||
ev_infos.append({
|
ev_infos.append({
|
||||||
"event": ev,
|
"event": ev,
|
||||||
|
Loading…
Reference in New Issue
Block a user