This commit is contained in:
fkwp
2024-12-03 16:54:28 +01:00
parent cf0bb4676a
commit 5e449bd03f

View File

@@ -92,7 +92,7 @@ work:
experimental_features: experimental_features:
# MSC3266: Room summary API. Used for knocking over federation # MSC3266: Room summary API. Used for knocking over federation
msc3266_enabled: true 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. # correctly track the state of the room.
msc4222_enabled: true 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 prompted with the option to knock ("Request to join call"), a cannot join error or the
join view. 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 to correctly track the state of the room. This is required by Element Call to
track room state reliably. track room state reliably.