Fix API break and change from SDK 0.1.97

This commit is contained in:
Benoit Marty 2024-02-06 09:18:35 +01:00
parent 3fa17be222
commit 8c56f0bd92
5 changed files with 39 additions and 21 deletions

View file

@ -28,9 +28,15 @@ enum class MessageEventType {
KEY_VERIFICATION_KEY,
KEY_VERIFICATION_MAC,
KEY_VERIFICATION_DONE,
REACTION_SENT,
REACTION,
ROOM_ENCRYPTED,
ROOM_MESSAGE,
ROOM_REDACTION,
STICKER
STICKER,
POLL_END,
POLL_RESPONSE,
POLL_START,
UNSTABLE_POLL_END,
UNSTABLE_POLL_RESPONSE,
UNSTABLE_POLL_START,
}