0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00
dendrite/internal/pushrules
Till 64472d9aab
Update getting pushrules, add tests, tweak pushrules (#2705)
This PR
- adds tests for `evaluatePushrules`
- removes the need for the UserAPI on the `OutputStreamEventConsumer`
(for easier testing)
- adds a method to get the pushrules from the database
- adds a new default pushrule for `m.reaction` events (and some other
tweaks)
2022-09-09 13:56:33 +02:00
..
action.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
action_test.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
condition.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
default.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
default_content.go Update getting pushrules, add tests, tweak pushrules (#2705) 2022-09-09 13:56:33 +02:00
default_override.go Update getting pushrules, add tests, tweak pushrules (#2705) 2022-09-09 13:56:33 +02:00
default_underride.go Update getting pushrules, add tests, tweak pushrules (#2705) 2022-09-09 13:56:33 +02:00
evaluate.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
evaluate_test.go Update getting pushrules, add tests, tweak pushrules (#2705) 2022-09-09 13:56:33 +02:00
pushrules.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
util.go Update getting pushrules, add tests, tweak pushrules (#2705) 2022-09-09 13:56:33 +02:00
util_test.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
validate.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
validate_test.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00