Skylar-Tech / node-red-contrib-matrix-chat

Matrix chat server support for Node-RED
GNU General Public License v3.0
31 stars 10 forks source link

Setting msg.contentType and msg.filename on Send File node has no effect #88

Open IllegalD opened 12 months ago

IllegalD commented 12 months ago

I'm trying to send a PDF file with the Send File node, via a binary buffer in msg.payload. The file sends as a binary blob to the Matrix channel, but without the filename or mime type readable in the message source at all, making the file unopenable on the Android client (no file extension).