summary refs log tree commit diff
path: root/synapse/handlers/relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+5
* Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-161-10/+10
* Edits/annotations should not have any bundled aggregations calculated. (#12633)Patrick Cloke2022-05-051-20/+18
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-041-20/+54
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-271-2/+2
* Misc. clean-ups to the relations code (#12519)Patrick Cloke2022-04-251-62/+32
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-111-30/+214
* Remove an unnecessary class from the relations code. (#12338)Patrick Cloke2022-03-311-12/+23
* Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-301-4/+2
* Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-241-1/+8
* Move get_bundled_aggregations to relations handler. (#12237)Patrick Cloke2022-03-181-2/+149
* Add a relations handler to avoid duplication. (#12227)Patrick Cloke2022-03-161-0/+117