matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

support for ephemeral events and more message types #69

Closed btittelbach closed 4 years ago

btittelbach commented 5 years ago

Hi, I added support for ephemeral events to sync.go. My bot (mycete) needs to receive m.typing to warn users in time about the possibly unintented effects sending a message in a controlling room might have.

I also added AudioMessage, LocationMessage and FileMessage in case someone needs it.

TheDiscordian commented 4 years ago

This looks great! Is there a reason to wait on this?