anonymousland-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
builder.py
presence_router.py
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