diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-04 14:06:42 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-04 14:06:46 +0000 |
commit | 650e32d45580ddd13826364291bda6760c014df9 (patch) | |
tree | 21098f6310175c946359ebec2bed11894a739fc6 /synapse/api | |
parent | Brief comment on why we do some things on every call to persist_event and not... (diff) | |
download | synapse-650e32d45580ddd13826364291bda6760c014df9.tar.xz |
Change context.auth_events to what the auth_events would be bases on context.current_state, rather than based on the auth_events from the event.
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |