0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 12:09:06 +02:00

Use an assert

This commit is contained in:
Erik Johnston 2019-03-28 13:55:21 +00:00
parent 40e56997bc
commit 4e5f0f7ca0

View file

@ -939,8 +939,7 @@ class PresenceHandler(object):
@defer.inlineCallbacks
def _process_presence():
if self._event_processing:
return
assert not self._event_processing
self._event_processing = True
try: