This commit is contained in:
Erik Johnston 2014-08-14 17:09:28 +01:00
parent 2529f2bc01
commit 78b501eba6

View file

@ -121,7 +121,7 @@ class DataStore(RoomDataStore, RoomMemberStore, MessageStore, RoomStore,
results = yield self._execute_and_decode(sql, *args)
defer.returnValue(
defer.returnValue([self._parse_event_from_row(r) for r in results])
def schema_path(schema):