-
- Downloads
Don't fail /submit_token requests on incorrect session ID if...
Don't fail /submit_token requests on incorrect session ID if request_token_inhibit_3pid_errors is turned on (#7991) * Don't raise session_id errors on submit_token if request_token_inhibit_3pid_errors is set * Changelog * Also wait some time before responding to /requestToken * Incorporate review * Update synapse/storage/databases/main/registration.py Co-authored-by:Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Incorporate review Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Showing
- changelog.d/7991.misc 1 addition, 0 deletionschangelog.d/7991.misc
- synapse/rest/client/v2_alpha/account.py 10 additions, 0 deletionssynapse/rest/client/v2_alpha/account.py
- synapse/rest/client/v2_alpha/register.py 7 additions, 0 deletionssynapse/rest/client/v2_alpha/register.py
- synapse/storage/databases/main/registration.py 19 additions, 6 deletionssynapse/storage/databases/main/registration.py
- tests/storage/test_registration.py 31 additions, 0 deletionstests/storage/test_registration.py
Loading
Please register or sign in to comment