summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index f5a7ee4576..9ade160269 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -525,7 +525,7 @@ class Auth(object):
                 401,
                 "Token soft logged out",
                 errcode=Codes.UNKNOWN_TOKEN,
-                softLogout=True,
+                soft_logout=True,
             )
 
         # we use ret.get() below because *lots* of unit tests stub out