diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-07-27 05:22:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 13:22:52 +0100 |
commit | c4268e3da64f1abb5b31deaeb5769adb6510c0a7 (patch) | |
tree | bcb3470a43a7f9a934ec7348c5d3b5e269909cb6 /changelog.d | |
parent | Support oEmbed for media previews. (#7920) (diff) | |
download | synapse-c4268e3da64f1abb5b31deaeb5769adb6510c0a7.tar.xz |
Convert tests/rest/admin/test_room.py to unix file endings (#7953)
Converts tests/rest/admin/test_room.py to have unix file endings after they were accidentally changed in #7613. Keeping the same changelog as #7613 as it hasn't gone out in a release yet.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7953.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7953.feature b/changelog.d/7953.feature new file mode 100644 index 0000000000..945b5c743c --- /dev/null +++ b/changelog.d/7953.feature @@ -0,0 +1 @@ +Add delete room admin endpoint (`POST /_synapse/admin/v1/rooms/<room_id>/delete`). Contributed by @dklimpel. \ No newline at end of file |