diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-22 12:33:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 12:33:19 -0400 |
commit | 13d77464c96548393319ee20f7fd2be2cac74c3d (patch) | |
tree | 548e9d2fe9e686a985c96f0dd05d2fb3036a79fe /changelog.d | |
parent | Convert the message handler to async/await. (#7884) (diff) | |
download | synapse-13d77464c96548393319ee20f7fd2be2cac74c3d.tar.xz |
Follow-up to admin API to re-activate accounts (#7908)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7908.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7908.feature b/changelog.d/7908.feature new file mode 100644 index 0000000000..4b9a8d8569 --- /dev/null +++ b/changelog.d/7908.feature @@ -0,0 +1 @@ +Add the ability to re-activate an account from the admin API. |