diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-11 16:58:53 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-11 16:58:53 +0000 |
commit | 3db2c0d43e6859e522859be271e5d361053f22b4 (patch) | |
tree | 4e7c415579b3d11b6bdc9f8a910b1ff4da7c1a3a /synapse/state.py | |
parent | Merge pull request #12 from matrix-org/federation_authorization (diff) | |
download | synapse-3db2c0d43e6859e522859be271e5d361053f22b4.tar.xz |
Rename annotate_state_groups to annotate_event_with_state
Diffstat (limited to 'synapse/state.py')
-rw-r--r-- | synapse/state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/state.py b/synapse/state.py index 11c54fd38c..9c22cf7701 100644 --- a/synapse/state.py +++ b/synapse/state.py @@ -45,7 +45,7 @@ class StateHandler(object): @defer.inlineCallbacks @log_function - def annotate_state_groups(self, event, old_state=None): + def annotate_event_with_state(self, event, old_state=None): yield run_on_reactor() if old_state: |