Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -1/+8 |
| | | | | Filter the events returned from `/relations` for the requester's ignored users in a similar way to `/messages` (and `/sync`). | ||||
* | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 1 | -2/+149 |
| | | | | | 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. | ||||
* | Add a relations handler to avoid duplication. (#12227) | Patrick Cloke | 2022-03-16 | 1 | -0/+117 |
Adds a handler layer between the REST and datastore layers for relations. |