mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
86a515ccbf
Parse the `m.relates_to` event content field (which describes relations) in a single place, this is used during: * Event persistence. * Validation of the Client-Server API. * Fetching bundled aggregations. * Processing of push rules. Each of these separately implement the logic and each made slightly different assumptions about what was valid. Some had minor / potential bugs. |
||
---|---|---|
.. | ||
__init__.py | ||
baserules.py | ||
bulk_push_rule_evaluator.py | ||
clientformat.py | ||
emailpusher.py | ||
httppusher.py | ||
mailer.py | ||
presentable_names.py | ||
push_rule_evaluator.py | ||
push_tools.py | ||
push_types.py | ||
pusher.py | ||
pusherpool.py | ||
rulekinds.py |