From f19e5c2a382d9ca08b939e78130419499ee65b91 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Mar 2025 09:22:33 +0200 Subject: [PATCH] matrix#NSFL: have you heard of room versions? --- pages/matrix.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pages/matrix.markdown b/pages/matrix.markdown index 4995573..b2f7d37 100644 --- a/pages/matrix.markdown +++ b/pages/matrix.markdown @@ -261,11 +261,16 @@ moderators would have a couple of other options too: See the next bullet point, except `m.room.power_levels` and _event TODO_ instead of `m.room.join_rules`. - There is also the possibility of making your join available only through - knocking/request to join. Element users will find it from labs, ElementX from - developer settings (see below). + knocking/request to join, if it's at least version 7 (of + {{site.matrixLatestRoomVersion}}). Element users will find it from labs, + ElementX from developer settings (see below). - Element Web also has the possibility of `/devtools`, `Explore room state`, - `m.room.join_rules`, `{ "join_rule": "knock" }`. Other options include - `restricted` and `knock_restricted`, but more about that in + `m.room.join_rules`, `{ "join_rule": "knock" }` (if the room is at least + version 7 of {{site.matrixLatestRoomVersion}}). Other options include + `restricted` (if the room is at least version 8 9 of + {{site.matrixLatestRoomVersion}}) and `knock_restricted` (if the room is at + least version 10 of {{site.matrixLatestRoomVersion}}), but more about that + in [my matrix/m.room.join_rules in the gist repo](https://gitea.blesmrt.net/mikaela/gist/src/branch/master/matrix/m.room.join_rules/README.md). #### Disabling image previews