summary refs log tree commit diff
path: root/docs/admin_api/event_reports.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-2/+2
| | | | | | * Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by: Sumner Evans <me@sumnerevans.com>
* Fix broken links in documentation (#10180)Dirk Klimpel2021-06-161-2/+2
| | | | | * Fix broken links in documentation * newsfile
* Compile and render Synapse's docs into a browsable, mobile-friendly and ↵Andrew Morgan2021-06-031-2/+2
| | | | searchable website (#10086)
* Make reason and score optional for report_event (#10077)Callum Brown2021-05-271-2/+2
| | | | | | Implements MSC2414: https://github.com/matrix-org/matrix-doc/pull/2414 See #8551 Signed-off-by: Callum Brown <callum@calcuode.com>
* Migrate documentation `docs/admin_api/event_reports` to markdown (#8742)Dirk Klimpel2020-11-131-0/+172
Related to #8714. `event_reports.rst` was introduced in Synapse 1.21.0.