Disable presence in txn queue

pull/3476/head
Erik Johnston 2018-02-14 13:52:29 +00:00 committed by Richard van der Hoff
parent e5537cf983
commit e6b1ea3eb2
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ class TransactionQueue(object):
Args: Args:
states (list(UserPresenceState)) states (list(UserPresenceState))
""" """
return
# First we queue up the new presence by user ID, so multiple presence # First we queue up the new presence by user ID, so multiple presence
# updates in quick successtion are correctly handled # updates in quick successtion are correctly handled