From a5397b870f7a27f64d7584ac2029eda09f3cb334 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 27 Feb 2026 14:11:06 -0500 Subject: [PATCH] fix room version --- src/content/docs/services/matrix.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/services/matrix.mdx b/src/content/docs/services/matrix.mdx index 3255a41..9e281cb 100644 --- a/src/content/docs/services/matrix.mdx +++ b/src/content/docs/services/matrix.mdx @@ -56,7 +56,7 @@ From there, accept the invitation to the "Federated Nexus Community" room, and y Federated Nexus runs [Continuwuity](https://continuwuity.org/), a Rust implementation of the Matrix specification. This means it doesn't quite have all the features of [Synapse](https://element-hq.github.io/synapse/latest/), but it's much more performant. Some features that Grapevine lack include: -- Rooms older than v3: In Matrix, each room follows a certain version of the Matrix spec. Continuwuity currently supports room versions v3 to v11, covering the vast majority of rooms. Room version v2 is _very very_ old, and should never be used, but some rooms still use it. With Federated Nexus, you won't be able to join these rooms, sorry. +- Rooms older than v3: In Matrix, each room follows a certain version of the Matrix spec. Continuwuity currently supports room versions v3 to v12, covering the vast majority of rooms. Room version v2 is _very very_ old, and should never be used, but some rooms still use it. With Federated Nexus, you won't be able to join these rooms, sorry. ## Bridges