MatrixSynapse/synapse/push
Cyberes 9d641d88b7
Fix missing app variable in mail subject for password resets (#15352)
* Update mailer.py

Fix `KeyError: 'app'`

* Create 15352.bugfix

Signed-off-by: Cyberes <cyberes@evulid.cc>

---------

Signed-off-by: Cyberes <cyberes@evulid.cc>
2023-03-30 11:44:53 +01:00
..
__init__.py Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2023-03-24 11:09:39 -04:00
bulk_push_rule_evaluator.py Stabilize support for MSC3873: disambuguated event push keys. (#15190) 2023-03-07 11:27:57 -05:00
clientformat.py Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051) 2023-03-02 08:30:51 -05:00
emailpusher.py Remove `HomeServer.get_datastore()` (#12031) 2022-02-23 11:04:02 +00:00
httppusher.py Implement push rule evaluation in Rust. (#13838) 2022-09-29 16:12:09 +01:00
mailer.py Fix missing app variable in mail subject for password resets (#15352) 2023-03-30 11:44:53 +01:00
presentable_names.py
push_tools.py Aggregate unread notif count query for badge count calculation (#14255) 2022-11-30 08:45:06 -05:00
push_types.py
pusher.py
pusherpool.py Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2023-03-24 11:09:39 -04:00
rulekinds.py