mirror of https://github.com/vector-im/riot-web
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.pull/28788/head^2
parent
21dc26f725
commit
2173705ed5
|
@ -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…
Reference in New Issue