diff options
author | Erik Johnston <erik@matrix.org> | 2018-02-14 13:52:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-02-15 09:51:09 +0000 |
commit | ba30d489d979aa539f8bb0e2ff5009f2dae1a622 (patch) | |
tree | 6be095dec52e43b5b1004d75f4a176738fb660a0 | |
parent | Handle exceptions in get_hosts_for_room when sending events over federation (diff) | |
download | synapse-ba30d489d979aa539f8bb0e2ff5009f2dae1a622.tar.xz |
Disable presence in txn queue
-rw-r--r-- | synapse/federation/transaction_queue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/federation/transaction_queue.py b/synapse/federation/transaction_queue.py index 12e8df9cc6..6da60718a9 100644 --- a/synapse/federation/transaction_queue.py +++ b/synapse/federation/transaction_queue.py @@ -259,6 +259,7 @@ class TransactionQueue(object): Args: states (list(UserPresenceState)) """ + return # First we queue up the new presence by user ID, so multiple presence # updates in quick successtion are correctly handled |