mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add call later
This commit is contained in:
parent
3e123b8497
commit
168524543f
@ -38,6 +38,8 @@ class UserDirectoyHandler(object):
|
|||||||
|
|
||||||
self._is_processing = False
|
self._is_processing = False
|
||||||
|
|
||||||
|
self.clock.call_later(0, self.notify_new_event)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def notify_new_event(self):
|
def notify_new_event(self):
|
||||||
if self._is_processing:
|
if self._is_processing:
|
||||||
|
Loading…
Reference in New Issue
Block a user