diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-02 17:21:27 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-07-02 17:21:27 +0100 |
commit | 10fe904d88ae19d4214a249d9b24a99eb7edb618 (patch) | |
tree | e89a6863ee70c5c44f13bbb4cc13822c1dc8ea02 | |
parent | Add basic admin cmd app (diff) | |
download | synapse-10fe904d88ae19d4214a249d9b24a99eb7edb618.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/5597.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5597.feature b/changelog.d/5597.feature new file mode 100644 index 0000000000..6f92748885 --- /dev/null +++ b/changelog.d/5597.feature @@ -0,0 +1 @@ +Add a basic admin command app to allow server operators to run Synapse admin commands separately from the main production instance. |