Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not consider events by ignored users for bundled aggregations (#12235) | Patrick Cloke | 2022-04-11 | 1 | -1/+0 |
| | | | | | | | Consider the requester's ignored users when calculating the bundled aggregations. See #12285 / 4df10d32148ae29f792afc68ff774bcbd1915cea for corresponding changes for the `/relations` endpoint. | ||||
* | Remove an unnecessary class from the relations code. (#12338) | Patrick Cloke | 2022-03-31 | 1 | -0/+1 |
The PaginationChunk class attempted to bundle some properties together, but really just caused callers to jump through hoops and hid implementation details. |