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
The spec lists the following default underride rules in order https://spec.matrix.org/v1.10/client-server-api/#default-underride-rules
.m.rule.call .m.rule.encrypted_room_one_to_one .m.rule.room_one_to_one ...
Synapse has rules 2 and 3 reversed. I did not extensively check if this is the only instance of this misordering.
synapse/rust/src/push/base_rules.rs
Lines 306 to 337 in 59ceabc
Inspect response from GET /pushrules
GET /pushrules
element.io
Unknown
I don't know
No response
The text was updated successfully, but these errors were encountered:
element-hq#17039 Issue: Update base_rules.rs
0294b42
#17039 Issue: Update base_rules.rs (#17043)
4ffed63
Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
element-hq#17039 Issue: Update base_rules.rs (element-hq#17043)
528e60b
Successfully merging a pull request may close this issue.
Description
The spec lists the following default underride rules in order https://spec.matrix.org/v1.10/client-server-api/#default-underride-rules
Synapse has rules 2 and 3 reversed. I did not extensively check if this is the only instance of this misordering.
synapse/rust/src/push/base_rules.rs
Lines 306 to 337 in 59ceabc
Steps to reproduce
Inspect response from
GET /pushrules
Homeserver
element.io
Synapse Version
Unknown
Installation Method
I don't know
Database
Unknown
Workers
I don't know
Platform
Unknown
Configuration
Unknown
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: