diff options
author | Matt C <96466754+buffless-matt@users.noreply.github.com> | 2022-08-05 19:37:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 09:37:58 +0000 |
commit | 026ac4486cca13d12200667ed8237e22c37edf12 (patch) | |
tree | 548afc65d556eb48fd7bb8e0eb4e546ba8b0813e /changelog.d | |
parent | Add comments about how event push actions are stored. (#13445) (diff) | |
download | synapse-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.feature | 1 |
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). |