Add org.matrix.msc3381.poll.end event type

This commit is contained in:
Tiago Loureiro 2025-09-11 14:57:26 -03:00 committed by GitHub
commit c0a472826d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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