Skip to content

Commit 1ddba34

Browse files
authored
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.
1 parent 524cb65 commit 1ddba34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/@types/event.ts

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export enum EventType {
138138
RoomKeyRequest = "m.room_key_request",
139139
ForwardedRoomKey = "m.forwarded_room_key",
140140
Dummy = "m.dummy",
141+
SecretRequest = "m.secret.request",
142+
SecretSend = "m.secret.send",
141143

142144
// Group call events
143145
GroupCallPrefix = "org.matrix.msc3401.call",

0 commit comments

Comments
 (0)