summary refs log tree commit diff
path: root/synapse/rest/client/report_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur...Andrew Morgan2023-03-211-5/+11
* Prevent clients from reporting nonexistent events. (#13779)reivilibre2023-02-141-1/+10
* Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson2023-01-311-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Additional type hints for client REST servlets (part 4) (#10728)Patrick Cloke2021-09-011-3/+12
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+68