Add EventType.SecretRequest and EventType.SecretSend (#4728)

A couple of to-device message types which are in the spec but not in the
js-sdk.
This commit is contained in:
Richard van der Hoff
2025-02-25 10:26:13 +00:00
committed by GitHub
parent 524cb65c5d
commit 1ddba3460f
+2
View File
@@ -138,6 +138,8 @@ export enum EventType {
RoomKeyRequest = "m.room_key_request",
ForwardedRoomKey = "m.forwarded_room_key",
Dummy = "m.dummy",
SecretRequest = "m.secret.request",
SecretSend = "m.secret.send",
// Group call events
GroupCallPrefix = "org.matrix.msc3401.call",