arcuru / pokem

A notification helper for Matrix.
MIT License
27 stars 0 forks source link

[Feature Request] Send files #6

Open arcuru opened 3 months ago

arcuru commented 3 months ago

As suggested in #5, this tracks implementing the sending of actual files in the notifications. You can currently send only text messages, but sending actual files as attachments would be pretty useful for this kind of thing.

Implementation-wise, it will need to create FileMessageEventContent and send that. I didn't figure out a way to do that on an initial pass, but I'm probably missing something easy.