1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Merge pull request #1692 from matrix-org/t3chguy/fix/i80

Add m.reaction to EventType enum
This commit is contained in:
Michael Telatynski
2021-05-13 12:44:42 +01:00
committed by GitHub

View File

@@ -61,6 +61,7 @@ export enum EventType {
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",
Reaction = "m.reaction",
// Room ephemeral events
Typing = "m.typing",