summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-10-28 18:45:53 +0200
committerGitHub <noreply@github.com>2021-10-28 16:45:53 +0000
commitadc0d35b17952b8b74fbfad663f9bff4e4dd975a (patch)
tree9b2f1d8062c5980f94985f9bccf5ba861eb9d766 /changelog.d
parentType hints for the remaining two files in `synapse.http`. (#11164) (diff)
downloadsynapse-adc0d35b17952b8b74fbfad663f9bff4e4dd975a.tar.xz
Add a ModuleApi method to update a user's membership in a room (#11147)
Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11147.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11147.feature b/changelog.d/11147.feature
new file mode 100644
index 0000000000..af72d85c20
--- /dev/null
+++ b/changelog.d/11147.feature
@@ -0,0 +1 @@
+Add a module API method to update a user's membership in a room.