mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 23:44:50 -04:00
Rename annotate_state_groups to annotate_event_with_state
This commit is contained in:
parent
a8ceeec0fd
commit
3db2c0d43e
6 changed files with 22 additions and 22 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue