Element Call widget driver: allow state keys to have a _m.call suffix (#30566)

* Extended string-packing for state keys allowing additonially the `_m.call` suffix

* add comment about unstable prefix
This commit is contained in:
fkwp
2025-08-15 21:19:28 +02:00
committed by GitHub
parent 08ec6166c7
commit aa5bdab3ba
2 changed files with 17 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ describe("StopGapWidgetDriver", () => {
"org.matrix.msc2762.receive.state_event:org.matrix.msc3401.call.member",
`org.matrix.msc2762.send.state_event:org.matrix.msc3401.call.member#_@alice:example.org_${client.deviceId}`,
`org.matrix.msc2762.send.state_event:org.matrix.msc3401.call.member#@alice:example.org_${client.deviceId}`,
`org.matrix.msc2762.send.state_event:org.matrix.msc3401.call.member#_@alice:example.org_${client.deviceId}_m.call`,
`org.matrix.msc2762.send.state_event:org.matrix.msc3401.call.member#@alice:example.org_${client.deviceId}_m.call`,
"org.matrix.msc3819.send.to_device:m.call.invite",
"org.matrix.msc3819.receive.to_device:m.call.invite",
"org.matrix.msc3819.send.to_device:m.call.candidates",