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

Feature suggestion: support m.location messages #91

Open sgofferj opened 10 months ago

sgofferj commented 10 months ago

Those messages send geo coordinates as lat, lon which creates a map snippet in the client. Docs: https://spec.matrix.org/v1.7/client-server-api/#mlocation

skylord123 commented 10 months ago

Ah yeah we have support for receiving them but don't have official support for sending them.

If you do need this before it gets added you can do it manually with a function node. Under the examples it shows how to do something similar. If you need any help with this let me know.

Thanks.

sgofferj commented 10 months ago

I'll check, thanks