mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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)
|
||||
|
||||
defer.returnValue(cache_entry)
|
||||
defer.returnValue(cache_entry)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def count_daily_messages(self):
|
||||
|
Loading…
Reference in New Issue
Block a user