Move defer.returnValue out of Measure

pull/1031/head
Erik Johnston 2016-08-19 18:02:19 +01:00
parent 04fc8bbcb0
commit 37adde32dc
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ class EventsStore(SQLBaseStore):
self._get_event_cache.prefill((original_ev.event_id,), cache_entry)
defer.returnValue(cache_entry)
defer.returnValue(cache_entry)
@defer.inlineCallbacks
def count_daily_messages(self):