Rename the per-participant e2ee keys event (#11783)
From the department of single-byte PRs. I reanmed this in the branch because it now contains multiple keys.
This commit is contained in:
parent
21dc26f725
commit
2173705ed5
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
|
|||
WidgetEventCapability.forStateEvent(EventDirection.Receive, "org.matrix.msc3401.call.member").raw,
|
||||
);
|
||||
|
||||
const sendRecvRoomEvents = ["io.element.call.encryption_key"];
|
||||
const sendRecvRoomEvents = ["io.element.call.encryption_keys"];
|
||||
for (const eventType of sendRecvRoomEvents) {
|
||||
this.allowedCapabilities.add(WidgetEventCapability.forRoomEvent(EventDirection.Send, eventType).raw);
|
||||
this.allowedCapabilities.add(WidgetEventCapability.forRoomEvent(EventDirection.Receive, eventType).raw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue