We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dddcd4 + 98f8d44 commit c5fb351Copy full SHA for c5fb351
src/@types/event.ts
@@ -57,6 +57,7 @@ export enum EventType {
57
KeyVerificationStart = "m.key.verification.start",
58
KeyVerificationCancel = "m.key.verification.cancel",
59
KeyVerificationMac = "m.key.verification.mac",
60
+ KeyVerificationDone = "m.key.verification.done",
61
// use of this is discouraged https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-feedback
62
RoomMessageFeedback = "m.room.message.feedback",
63
0 commit comments