diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-16 15:59:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 15:59:36 +0100 |
commit | c831c5b2bb95fb018756547e93fed3468a5d6b71 (patch) | |
tree | a5b3d2f7d91da0aaefdf2a4b2996c1c5243d0b7a /changelog.d/5597.feature | |
parent | Return a different error from Invalid Password when a user is deactivated (#5... (diff) | |
parent | Remove pointless description (diff) | |
download | synapse-c831c5b2bb95fb018756547e93fed3468a5d6b71.tar.xz |
Merge pull request #5597 from matrix-org/erikj/admin_api_cmd
Create basic admin command app
Diffstat (limited to 'changelog.d/5597.feature')
-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. |