mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
event: add org.matrix.msc3381.poll.end type (#412)
This commit is contained in:
parent
5dbab3ae99
commit
4603a344ce
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ var (
|
|||
|
||||
EventUnstablePollStart = Type{Type: "org.matrix.msc3381.poll.start", Class: MessageEventType}
|
||||
EventUnstablePollResponse = Type{Type: "org.matrix.msc3381.poll.response", Class: MessageEventType}
|
||||
EventUnstablePollEnd = Type{Type: "org.matrix.msc3381.poll.end", Class: MessageEventType}
|
||||
)
|
||||
|
||||
// Ephemeral events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue