diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-03-27 20:16:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 19:16:43 +0000 |
commit | fb69690761762092c8e44d509d4f72408c4c67e0 (patch) | |
tree | bcbbd30736e490d1208cc27331e5231b2b8f36d5 /changelog.d | |
parent | Add options to prevent users from changing their profile. (#7096) (diff) | |
download | synapse-fb69690761762092c8e44d509d4f72408c4c67e0.tar.xz |
Admin API to join users to a room. (#7051)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7051.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7051.feature b/changelog.d/7051.feature new file mode 100644 index 0000000000..3e36a3f65e --- /dev/null +++ b/changelog.d/7051.feature @@ -0,0 +1 @@ +Admin API `POST /_synapse/admin/v1/join/<roomIdOrAlias>` to join users to a room like `auto_join_rooms` for creation of users. \ No newline at end of file |