diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-26 15:33:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 15:33:26 +0000 |
commit | 1f773eec912e4908ab60f7823f5c0a024261af4d (patch) | |
tree | 3b75bb043a46554b1296003cd9974a0b35ce6a8c /tox.ini | |
parent | Updated warning for incorrect database collation/ctype (#6985) (diff) | |
download | synapse-1f773eec912e4908ab60f7823f5c0a024261af4d.tar.xz |
Port PresenceHandler to async/await (#6991)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index b715ea0bff..4ccfde01b5 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/ \ |