summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-04 11:30:46 -0500
committerGitHub <noreply@github.com>2020-03-04 11:30:46 -0500
commit13892776ef7e0b1af2f82c9ca53f7bbd1c60d66f (patch)
tree8feb9bd4b45a2438030338984eda3dfbb4ed21d1 /tox.ini
parentRead the room version from database when fetching events (#6874) (diff)
downloadsynapse-13892776ef7e0b1af2f82c9ca53f7bbd1c60d66f.tar.xz
Allow deleting an alias if the user has sufficient power level (#6986)
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 097ebb8774..7622aa19f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -185,6 +185,7 @@ commands = mypy \
             synapse/federation/federation_client.py \
             synapse/federation/sender \
             synapse/federation/transport \
+            synapse/handlers/directory.py \
             synapse/handlers/presence.py \
             synapse/handlers/sync.py \
             synapse/handlers/ui_auth \