mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 04:49:24 -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
|
||||
# non-outliers
|
||||
ev = event_map[e_id]
|
||||
assert(not event.internal_metadata.is_outlier())
|
||||
assert(not ev.internal_metadata.is_outlier())
|
||||
|
||||
ev_infos.append({
|
||||
"event": ev,
|
||||
|
Loading…
Reference in New Issue
Block a user