MatrixSynapse/synapse/push
Erik Johnston 436e0eb39a
Fix breaking event sending due to bad push rule (#13547)
Broke by #13522

It looks like we have some rules in the DB with a priority class less
than 0 that don't override the base rules. Before these were just
dropped, but #13522 made that a hard error.
2022-08-17 11:02:38 +00:00
..
__init__.py
baserules.py Fix breaking event sending due to bad push rule (#13547) 2022-08-17 11:02:38 +00:00
bulk_push_rule_evaluator.py Make push rules use proper structures. (#13522) 2022-08-16 12:22:17 +01:00
clientformat.py Make push rules use proper structures. (#13522) 2022-08-16 12:22:17 +01:00
emailpusher.py
httppusher.py
mailer.py Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 2022-06-14 09:12:08 -04:00
presentable_names.py
push_rule_evaluator.py Make push rules use proper structures. (#13522) 2022-08-16 12:22:17 +01:00
push_tools.py Speed up `get_unread_event_push_actions_by_room` (#13005) 2022-06-15 15:17:14 +00:00
push_types.py
pusher.py
pusherpool.py Fix overcounting of pushers when they are replaced (#13296) 2022-07-18 17:39:39 +01:00
rulekinds.py