This commit is contained in:
Erik Johnston 2015-05-15 16:59:58 +01:00
parent 6c74fd62a0
commit c3b37abdfd
2 changed files with 1 additions and 2 deletions

View file

@ -629,7 +629,7 @@ class EventsStore(SQLBaseStore):
@defer.inlineCallbacks
def _fetch_events(self, txn, events, check_redacted=True,
get_prev_content=False, allow_rejected=False):
get_prev_content=False, allow_rejected=False):
if not events:
defer.returnValue({})