Move defer.returnValue out of Measure

This commit is contained in:
Erik Johnston 2016-08-19 18:02:19 +01:00
parent 04fc8bbcb0
commit 37adde32dc

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):