From 2243e7b2e1e1639961d9b39fd1bb6155ed40b425 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 29 Aug 2025 22:37:47 -0400 Subject: [PATCH] change old room version warning --- 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 ff079e2..552a50b 100644 --- a/src/content/docs/Services/matrix.mdx +++ b/src/content/docs/Services/matrix.mdx @@ -57,7 +57,7 @@ From there, accept the invitation to the "Federated Nexus Community" room, and y Federated Nexus runs [Grapevine](https://grapevine.computer.surgery/), a fork of [Conduit](https://conduit.rs/), 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: - Simplified Sliding Sync (SSS): SSS is coming soon, but right now it means you may not be able to use next-gen clients like Element X. -- Rooms older than v6: In Matrix, each "room" (equivalent to a Discord channel) follows a certain version of the matrix spec. The latest room version is v10, and v6 is _very_ old. However, some rooms don't want to upgrade, as the process can be quite painful, so they stay at old versions like v2. With Grapevine, you won't be able to join these rooms, sorry. Currently, Grapevine doesn't support v12 (the newest version) either, but we expect this to change soon. +- Rooms older than v6: In Matrix, each room follows a certain version of the Matrix spec. Grapevine currently supports room versions v6 to v11, covering the majority of rooms. Room version v5 is _very_ old, and should never be used, but its unfortunately still somewhat popular. With Grapevine, you won't be able to join these rooms, sorry. Currently, Grapevine doesn't support v12 (the newest version) either, but we expect this to change soon. ## Bridges