MatrixSynapse/synapse/push
Patrick Cloke 4b4e0dc3ce
Error if attempting to set m.push_rules account data, per MSC4010. (#15555)
m.push_rules, like m.fully_read, is a special account data type that cannot
be set using the normal /account_data endpoint. Return an error instead
of allowing data that will not be used to be stored.
2023-05-09 10:34:10 -04:00
..
__init__.py
bulk_push_rule_evaluator.py Disable push rule evaluation for rooms excluded from sync (#15361) 2023-04-27 11:32:02 +01:00
clientformat.py Error if attempting to set m.push_rules account data, per MSC4010. (#15555) 2023-05-09 10:34:10 -04:00
emailpusher.py
httppusher.py Merge branch 'release-v1.83' into develop 2023-05-03 15:23:16 +01:00
mailer.py
presentable_names.py
push_tools.py
push_types.py
pusher.py
pusherpool.py
rulekinds.py