Skip to content

Commit

Permalink
Merge pull request #3034 from matrix-org/johannes/poll-start-sent-rec…
Browse files Browse the repository at this point in the history
…eipt

Make poll start event type available (PSG-962)
  • Loading branch information
andybalaam authored Jan 6, 2023
2 parents 896f622 + 4d10cf3 commit bba4a35
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 @@ -66,6 +66,7 @@ export enum EventType {
// 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",
PollStart = "org.matrix.msc3381.poll.start",

// Room ephemeral events
Typing = "m.typing",
Expand Down

0 comments on commit bba4a35

Please sign in to comment.