summary refs log tree commit diff
path: root/changelog.d/12232.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-241-1/+0
| | | | Filter the events returned from `/relations` for the requester's ignored users in a similar way to `/messages` (and `/sync`).
* Refactor relations tests (#12232)Patrick Cloke2022-03-161-0/+1
* Moves the relation pagination tests to a separate class. * Move the assertion of the response code into the `_send_relation` helper. * Moves some helpers into the base-class.