Skip to content

Commit

Permalink
Update comment for m.key.verification.ready event type definition (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live authored Jan 3, 2023
1 parent ce776b9 commit 0f717a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@types/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export enum EventType {
KeyVerificationDone = "m.key.verification.done",
KeyVerificationKey = "m.key.verification.key",
KeyVerificationAccept = "m.key.verification.accept",
// XXX this event is not yet supported by js-sdk
// Not used directly - see READY_TYPE in VerificationRequest.
KeyVerificationReady = "m.key.verification.ready",
// 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 0f717a9

Please sign in to comment.