summary refs log tree commit diff
path: root/changelog.d/12338.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-111-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 Cloke2022-03-311-0/+1
The PaginationChunk class attempted to bundle some properties together, but really just caused callers to jump through hoops and hid implementation details.