mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 11:49:21 -05:00
Move defer.returnValue out of Measure
This commit is contained in:
parent
04fc8bbcb0
commit
37adde32dc
@ -1183,7 +1183,7 @@ class EventsStore(SQLBaseStore):
|
|||||||
|
|
||||||
self._get_event_cache.prefill((original_ev.event_id,), cache_entry)
|
self._get_event_cache.prefill((original_ev.event_id,), cache_entry)
|
||||||
|
|
||||||
defer.returnValue(cache_entry)
|
defer.returnValue(cache_entry)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def count_daily_messages(self):
|
def count_daily_messages(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user