Add passing test & remove obsolete config

This commit is contained in:
Till Faelligen 2022-02-25 18:32:50 +01:00
parent c14d308075
commit d620b7967a
2 changed files with 2 additions and 5 deletions

View file

@ -345,11 +345,6 @@ user_api:
max_open_conns: 10
max_idle_conns: 2
conn_max_lifetime: -1
device_database:
connection_string: file:userapi_devices.db
max_open_conns: 10
max_idle_conns: 2
conn_max_lifetime: -1
# The length of time that a token issued for a relying party from
# /_matrix/client/r0/user/{userId}/openid/request_token endpoint
# is considered to be valid in milliseconds.

View file

@ -604,3 +604,5 @@ registration remembers parameters
registration accepts non-ascii passwords
registration with inhibit_login inhibits login
The operation must be consistent through an interactive authentication session
Multiple calls to /sync should not cause 500 errors