diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-11-07 16:43:00 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-11-07 16:43:00 +0000 |
commit | 780dbb378fba8c7fb2eb154c2ce9f640ab52128f (patch) | |
tree | e5d86221ba9cc1a37cb8e7a5eaf28f48fc12a105 /synapse | |
parent | factor out _update_context_for_auth_events (diff) | |
download | synapse-780dbb378fba8c7fb2eb154c2ce9f640ab52128f.tar.xz |
Update deltas when doing auth resolution
Fixes a bug where the persisted state groups were different to those actually being used after auth resolution.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/federation.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |