forked-synapse/synapse/events
Patrick Cloke 8fe930c215
Move get_bundled_aggregations to relations handler. (#12237)
The get_bundled_aggregations code is fairly high-level and uses
a lot of store methods, we move it into the handler as that seems
like a better fit.
2022-03-18 17:49:32 +00:00
..
__init__.py Add FrozenEvent.get_state_key and use it in a couple of places (#11793) 2022-01-21 09:10:01 +00:00
builder.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +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 third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 2022-03-09 18:23:57 +00:00
utils.py Move get_bundled_aggregations to relations handler. (#12237) 2022-03-18 17:49:32 +00:00
validator.py Fix another jsonschema typecheck error (#11830) 2022-01-25 15:29:28 -05:00