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 896f622 + 4d10cf3 commit bba4a35Copy full SHA for bba4a35
src/@types/event.ts
@@ -66,6 +66,7 @@ export enum EventType {
66
// use of this is discouraged https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-feedback
67
RoomMessageFeedback = "m.room.message.feedback",
68
Reaction = "m.reaction",
69
+ PollStart = "org.matrix.msc3381.poll.start",
70
71
// Room ephemeral events
72
Typing = "m.typing",
0 commit comments