forked-synapse/synapse/events
Patrick Cloke 6bf81a7a61
Bundle aggregations outside of the serialization method. (#11612)
This makes the serialization of events synchronous (and it no
longer access the database), but we must manually calculate and
provide the bundled aggregations.

Overall this should cause no change in behavior, but is prep work
for other improvements.
2022-01-07 09:10:46 -05:00
..
__init__.py Add remaining type hints to synapse.events. (#11098) 2021-11-02 09:55:52 -04:00
builder.py Get db signatures file to pass mypy (#11312) 2021-11-11 17:04:44 +00:00
presence_router.py Add type hints to synapse.events.*. (#11066) 2021-10-13 07:24:07 -04:00
snapshot.py Fix using MSC2716 batch sending with event persistence workers (#11220) 2021-11-29 13:13:23 +00:00
spamcheck.py Add type hints to synapse.events.*. (#11066) 2021-10-13 07:24:07 -04:00
third_party_rules.py Make check_event_allowed module API callback not fail open (accept events) when an exception is raised (#11033) 2021-11-01 15:45:56 +00:00
utils.py Bundle aggregations outside of the serialization method. (#11612) 2022-01-07 09:10:46 -05:00
validator.py Add remaining type hints to synapse.events. (#11098) 2021-11-02 09:55:52 -04:00