MatrixSynapse/synapse
David Robertson 7a19995120
Correct a misnamed argument in state res v2 (#13467)
In state res v2, we apply two passes of iterative auth checks. The first
pass replays power events and events in their auth chains, but only
those belonging to the full conflicted set. The source code as written
suggests that we want only those belonging to the auth difference (which
is a smaller set of events).

At runtime we were doing the correct thing anyway, because the only
callsite of `_reverse_topological_power_sort` passes in the
`full_conflicted_set`. So this really is just a rename.
2022-08-08 16:59:56 +01:00
..
_scripts
api
app
appservice
config
crypto
events
federation
handlers
http
logging
metrics
module_api
push
replication
res
rest
server_notices
spam_checker_api
state Correct a misnamed argument in state res v2 (#13467) 2022-08-08 16:59:56 +01:00
static
storage
streams
util
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py