Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -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 Cloke | 2022-03-16 | 1 | -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. |