diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9150.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/9150.feature b/changelog.d/9150.feature new file mode 100644 index 0000000000..86c4fd3d72 --- /dev/null +++ b/changelog.d/9150.feature @@ -0,0 +1,4 @@ +New API /_synapse/admin/rooms/{roomId}/context/{eventId} + +This API mirrors /_matrix/client/r0/rooms/{roomId}/context/{eventId} but lets administrators +inspect rooms. Designed to annotate abuse reports with context. |