summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMatt C <96466754+buffless-matt@users.noreply.github.com>2022-08-05 19:37:58 +1000
committerGitHub <noreply@github.com>2022-08-05 09:37:58 +0000
commit026ac4486cca13d12200667ed8237e22c37edf12 (patch)
tree548afc65d556eb48fd7bb8e0eb4e546ba8b0813e /changelog.d
parentAdd comments about how event push actions are stored. (#13445) (diff)
downloadsynapse-026ac4486cca13d12200667ed8237e22c37edf12.tar.xz
Update module API "update room membership" method to allow for remote joins (#13441)
Co-authored-by: MattC <buffless-matt@users.noreply.github.com>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13441.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13441.feature b/changelog.d/13441.feature
new file mode 100644
index 0000000000..3a4ae8bf01
--- /dev/null
+++ b/changelog.d/13441.feature
@@ -0,0 +1 @@
+Add remote join capability to the module API's `update_room_membership` method (in a backwards compatible manner).