Skip to content

Commit

Permalink
Merge pull request #1664 from matrix-org/t3chguy/fix/8665
Browse files Browse the repository at this point in the history
Add missing event type enum for key verification done
  • Loading branch information
t3chguy committed Apr 13, 2021
2 parents 1dddcd4 + 98f8d44 commit c5fb351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@types/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export enum EventType {
KeyVerificationStart = "m.key.verification.start",
KeyVerificationCancel = "m.key.verification.cancel",
KeyVerificationMac = "m.key.verification.mac",
KeyVerificationDone = "m.key.verification.done",
// use of this is discouraged https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-feedback
RoomMessageFeedback = "m.room.message.feedback",

Expand Down

0 comments on commit c5fb351

Please sign in to comment.