forked-synapse/changelog.d/8620.bugfix
Patrick Cloke 10f45d85bb
Add type hints for account validity handler (#8620)
This also fixes a bug by fixing handling of an account which doesn't expire.
2020-10-26 14:17:31 -04:00

2 lines
142 B
Plaintext

Fix a bug where the account validity endpoint would silently fail if the user ID did not have an expiration time. It now returns a 400 error.