From d30d640df3fea7e99c8b3538a9cd43d7b2e918d1 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 17 Aug 2025 18:10:27 -0400 Subject: [PATCH] Add v12 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 0e36c09..105699e 100644 --- a/src/content/docs/Services/matrix.mdx +++ b/src/content/docs/Services/matrix.mdx @@ -9,7 +9,7 @@ title: Matrix 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. +- 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. ## Clients