summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:24:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-24 13:24:54 +0000
commitb2e71e372efe6b29679aa4be3f799d54bd82e953 (patch)
tree1caaea6f179d52f4e1d0f9855106fc4295ec8c40 /tox.ini
parentUpdated warning for incorrect database collation/ctype (#6985) (diff)
parentPort PresenceHandler to async/await (#6991) (diff)
downloadsynapse-b2e71e372efe6b29679aa4be3f799d54bd82e953.tar.xz
Port PresenceHandler to async/await (#6991)
* commit '1f773eec9':
  Port PresenceHandler to async/await (#6991)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3d173ee97a..7ab9890137 100644
--- a/tox.ini
+++ b/tox.ini
@@ -183,6 +183,7 @@ commands = mypy \
             synapse/events/spamcheck.py \
             synapse/federation/sender \
             synapse/federation/transport \
+            synapse/handlers/presence.py \
             synapse/handlers/sync.py \
             synapse/handlers/ui_auth \
             synapse/logging/ \