Update AnyMessageEventContent

This commit is contained in:
Jonas Platte 2020-06-09 02:05:36 +02:00
parent 886320cbf4
commit beabaec03e
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -20,6 +20,8 @@ event_content_enum! {
"m.call.invite",
"m.call.hangup",
"m.call.candidates",
"m.room.message",
"m.room.message.feedback",
"m.sticker",
]
}