0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-09 14:18:54 +02:00
synapse/tests/push
Patrick Cloke 2a51f3ec36
Implement MSC3952: Intentional mentions (#14823)
MSC3952 defines push rules which searches for mentions in a list of
Matrix IDs in the event body, instead of searching the entire event
body for display name / local part.

This is implemented behind an experimental configuration flag and
does not yet implement the backwards compatibility pieces of the MSC.
2023-01-27 10:16:21 -05:00
..
__init__.py Write some tests for the email pusher (#4095) 2018-10-30 23:55:43 +11:00
test_bulk_push_rule_evaluator.py Implement MSC3952: Intentional mentions (#14823) 2023-01-27 10:16:21 -05:00
test_email.py Fix-up type hints for tests.push module. (#14816) 2023-01-11 07:35:40 -05:00
test_http.py Fix-up type hints for tests.push module. (#14816) 2023-01-11 07:35:40 -05:00
test_presentable_names.py Fix-up type hints for tests.push module. (#14816) 2023-01-11 07:35:40 -05:00
test_push_rule_evaluator.py Implement MSC3952: Intentional mentions (#14823) 2023-01-27 10:16:21 -05:00