We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSC4041 has passed FCP and can be stabilized in Synapse.
See matrix-org/synapse#16136 for the initial implementation.
The steps to do this are:
synapse/config/experimental.py
LimitExceededError.include_retry_after_header
tests/api/test_errors.py
tests/rest/client/test_login.py
That should be all that's necessary, but some other tests could break due to this. It should be a fully backwards compatible change.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
MSC4041 has passed FCP and can be stabilized in Synapse.
See matrix-org/synapse#16136 for the initial implementation.
The steps to do this are:
synapse/config/experimental.py
to setLimitExceededError.include_retry_after_header
.LimitExceededError.include_retry_after_header
flag (and default to it being enabled always).tests/api/test_errors.py
andtests/rest/client/test_login.py
.That should be all that's necessary, but some other tests could break due to this. It should be a fully backwards compatible change.
The text was updated successfully, but these errors were encountered: