forked-synapse/synapse/events
Patrick Cloke 86a515ccbf
Consolidate logic for parsing relations. (#12693)
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.
2022-05-16 12:42:45 +00:00
..
__init__.py Consolidate logic for parsing relations. (#12693) 2022-05-16 12:42:45 +00:00
builder.py Fix typechecker problems exposed by signedjson 1.1.2 (#12326) 2022-03-29 21:37:50 +00:00
presence_router.py Implement cancellation support/protection for module callbacks (#12568) 2022-05-09 12:31:14 +01:00
snapshot.py Refactor EventContext (#12689) 2022-05-10 19:43:13 +00:00
spamcheck.py SpamChecker metrics (#12513) 2022-05-13 12:17:38 +01:00
third_party_rules.py Implement cancellation support/protection for module callbacks (#12568) 2022-05-09 12:31:14 +01:00
utils.py Convert stringy power levels to integers on room upgrade (#12657) 2022-05-07 13:37:29 +01:00
validator.py Fix another jsonschema typecheck error (#11830) 2022-01-25 15:29:28 -05:00