Skip to content
New issue

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

secret undocumented m.rule.reaction default push rule #2635

Closed
richvdh opened this issue Jun 15, 2020 · 2 comments
Closed

secret undocumented m.rule.reaction default push rule #2635

richvdh opened this issue Jun 15, 2020 · 2 comments

Comments

@richvdh
Copy link
Member

richvdh commented Jun 15, 2020

https://matrix.org/docs/spec/client_server/r0.6.1#default-override-rules is incomplete: there is another rule:

    {
        rule_id: global/override/.m.rule.reaction,
        conditions: [
            {
                kind: event_match,
                key: type,
                pattern: m.reaction,
                _id: _reaction,
            }
        ],
        actions: [dont_notify],
    },
@turt2live
Copy link
Member

@jryans
Copy link
Contributor

jryans commented Jun 15, 2020

The push rule is tracked in this separate MSC, which seems to have been wedged in the state of saying it should be folded into MSC1849.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants