diff options
author | David Teller <d.o.teller+github@gmail.com> | 2021-01-28 12:18:07 +0100 |
---|---|---|
committer | David Teller <d.o.teller+github@gmail.com> | 2021-01-28 12:31:07 +0100 |
commit | b859919acc3ad6c61ba26a3c9b1e36c75a30c3fe (patch) | |
tree | 96fffaa67839992091581e50c76ef8d48ec5d50e /changelog.d | |
parent | FIXUP: Don't filter events at all for admin/v1/rooms/.../context/... (diff) | |
download | synapse-b859919acc3ad6c61ba26a3c9b1e36c75a30c3fe.tar.xz |
FIXUP: Now testing that the user is admin!
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9150.feature | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/changelog.d/9150.feature b/changelog.d/9150.feature index 86c4fd3d72..48a8148dee 100644 --- a/changelog.d/9150.feature +++ b/changelog.d/9150.feature @@ -1,4 +1 @@ -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. +New API /_synapse/admin/rooms/{roomId}/context/{eventId}. |