mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 12:14:29 +03:00
True
This commit is contained in:
parent
ec84dc5172
commit
9772ceac71
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ class Auth(object):
|
|||
401,
|
||||
"Token soft logged out",
|
||||
errcode=Codes.UNKNOWN_TOKEN,
|
||||
softLogout=true,
|
||||
softLogout=True,
|
||||
)
|
||||
|
||||
# we use ret.get() below because *lots* of unit tests stub out
|
||||
|
|
Loading…
Reference in a new issue