Rename annotate_state_groups to annotate_event_with_state

This commit is contained in:
Erik Johnston 2014-11-11 16:58:53 +00:00
parent a8ceeec0fd
commit 3db2c0d43e
6 changed files with 22 additions and 22 deletions

View file

@ -64,7 +64,7 @@ class BaseHandler(object):
snapshot.fill_out_prev_events(event)
yield self.state_handler.annotate_state_groups(event)
yield self.state_handler.annotate_event_with_state(event)
yield self.auth.add_auth_events(event)