mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1c6b8752b8
Broken in https://github.com/matrix-org/synapse/pull/8275 and has yet to be put in a release. Fixes https://github.com/matrix-org/synapse/issues/8418. `next_link` is an optional parameter. However, we were checking whether the `next_link` param was valid, even if it wasn't provided. In that case, `next_link` was `None`, which would clearly not be a valid URL. This would prevent password reset and other operations if `next_link` was not provided, and the `next_link_domain_whitelist` config option was set. |
||
---|---|---|
.. | ||
__init__.py | ||
test_account.py | ||
test_auth.py | ||
test_capabilities.py | ||
test_filter.py | ||
test_password_policy.py | ||
test_register.py | ||
test_relations.py | ||
test_shared_rooms.py | ||
test_sync.py |