0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-07 03:38:54 +02:00

Add call later

This commit is contained in:
Erik Johnston 2017-05-31 11:59:36 +01:00
parent 3e123b8497
commit 168524543f

View file

@ -38,6 +38,8 @@ class UserDirectoyHandler(object):
self._is_processing = False
self.clock.call_later(0, self.notify_new_event)
@defer.inlineCallbacks
def notify_new_event(self):
if self._is_processing: