mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
When we are processing a `/backfill` request from a remote server, exclude any outliers from consideration early on. We can't return outliers anyway (since we don't know the state at the outlier), and filtering them out earlier means that we won't attempt to calulate the state for them.
1 line
55 B
Text
1 line
55 B
Text
Avoid trying to calculate the state at outlier events.
|