MatrixSynapse/synapse
Erik Johnston ec56121b0d Correctly handle outliers during persist events
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
2018-07-25 09:35:02 +01:00
..
api
app
appservice
config
crypto
events
federation
groups
handlers
http
metrics
module_api
push
replication
rest
server_notices
static/client
storage Correctly handle outliers during persist events 2018-07-25 09:35:02 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
server.pyi
state.py
types.py
visibility.py