From a621ba0259eec3501e77a2812f77ff4ceae346f9 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 9 Sep 2021 07:37:33 -0400 Subject: 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). --- changelog.d/10772.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10772.feature (limited to 'changelog.d/10772.feature') diff --git a/changelog.d/10772.feature b/changelog.d/10772.feature new file mode 100644 index 0000000000..4a550711f6 --- /dev/null +++ b/changelog.d/10772.feature @@ -0,0 +1 @@ +Prefer [room version 9](https://github.com/matrix-org/matrix-doc/pull/3375) for restricted rooms per the [room version caapabilities](https://github.com/matrix-org/matrix-doc/pull/3244) API. -- cgit 1.5.1