From 5e449bd03ffd956bd42c393199b2bcba458a8056 Mon Sep 17 00:00:00 2001 From: fkwp Date: Tue, 3 Dec 2024 16:54:28 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba845e09..233c4bcd 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ work: experimental_features: # MSC3266: Room summary API. Used for knocking over federation msc3266_enabled: true - # MSC4422 needed for syncv2 state_after. This allow clients to + # MSC4222 needed for syncv2 state_after. This allow clients to # correctly track the state of the room. msc4222_enabled: true @@ -112,7 +112,7 @@ summary contains the room join rules. We need that to decide if the user gets prompted with the option to knock ("Request to join call"), a cannot join error or the join view. -MSC4422 allow clients to opt-in to a change of the sync v2 API that allows them +MSC4222 allow clients to opt-in to a change of the sync v2 API that allows them to correctly track the state of the room. This is required by Element Call to track room state reliably.