forked-synapse/synapse/events
Patrick Cloke 75dff3dc98
Include bundled aggregations for the latest event in a thread. (#12273)
The `latest_event` field of the bundled aggregations for `m.thread` relations
did not include bundled aggregations itself. This resulted in clients needing to
immediately request the event from the server (and thus making it useless that
the latest event itself was serialized instead of just including an event ID).
2022-05-04 08:38:18 -04:00
..
__init__.py fix imports 2022-05-03 13:59:28 +01:00
builder.py Fix typechecker problems exposed by signedjson 1.1.2 (#12326) 2022-03-29 21:37:50 +00:00
presence_router.py Add type hints to synapse.events.*. (#11066) 2021-10-13 07:24:07 -04:00
snapshot.py Faster joins: persist to database (#12012) 2022-03-01 12:49:54 +00:00
spamcheck.py Correct check_username_for_spam annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
third_party_rules.py Add a callback to react to 3PID associations (#12302) 2022-03-31 18:27:21 +02:00
utils.py Include bundled aggregations for the latest event in a thread. (#12273) 2022-05-04 08:38:18 -04:00
validator.py Fix another jsonschema typecheck error (#11830) 2022-01-25 15:29:28 -05:00