mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-29 18:03:23 -05:00
ec56121b0d
We incorrectly asserted that all contexts must have a non None state group without consider outliers. This would usually be fine as the assertion would never be hit, as there is a shortcut during persistence if the forward extremities don't change. However, if the outlier is being persisted with non-outlier events, the function would be called and the assertion would be hit. Fixes #3601