Add ts field to all events.

This commit is contained in:
Erik Johnston 2014-08-21 17:46:52 +01:00
parent 7dac1bfc91
commit 5670da1c1e
2 changed files with 7 additions and 2 deletions

View file

@ -159,7 +159,7 @@ class HomeServer(BaseHomeServer):
return DataStore(self)
def build_event_factory(self):
return EventFactory()
return EventFactory(self)
def build_handlers(self):
return Handlers(self)