summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-16 15:59:36 +0100
committerGitHub <noreply@github.com>2019-07-16 15:59:36 +0100
commitc831c5b2bb95fb018756547e93fed3468a5d6b71 (patch)
treea5b3d2f7d91da0aaefdf2a4b2996c1c5243d0b7a /changelog.d
parentReturn a different error from Invalid Password when a user is deactivated (#5... (diff)
parentRemove pointless description (diff)
downloadsynapse-c831c5b2bb95fb018756547e93fed3468a5d6b71.tar.xz
Merge pull request #5597 from matrix-org/erikj/admin_api_cmd
Create basic admin command app
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5597.feature1
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.