diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-09 07:37:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 07:37:33 -0400 |
commit | a621ba0259eec3501e77a2812f77ff4ceae346f9 (patch) | |
tree | 8717ec789953137ba49109c7d79b37048241e9eb | |
parent | Get rid of `_auth_and_persist_event` (#10781) (diff) | |
download | synapse-a621ba0259eec3501e77a2812f77ff4ceae346f9.tar.xz |
Prefer room v9 for restricted rooms. (#10772)
Hint to clients via the room capabilities API (MSC3244) that room version 9 should be preferred for creating a room with restricted join rules (instead of room version 8).
-rw-r--r-- | changelog.d/10772.feature | 1 | ||||
-rw-r--r-- | synapse/api/room_versions.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/10772.feature b/changelog.d/10772.feature new file mode 100644 |