summary refs log tree commit diff
path: root/synapse/rest/client/report_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add report room API (MSC4151) (#17270)Travis Ralston2024-06-121-99/+0
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump ruff from 0.0.277 to 0.0.286 (#16198)dependabot[bot]2023-08-291-1/+1
* 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