更新 'src/matrix-send-message.js'

master
zhongjin 2 years ago
parent a336ce1beb
commit e0e45c6b18

@ -121,6 +121,11 @@ module.exports = function(RED) {
content.geo_uri = "geo:28.1974439,113.0054238";
}
if (msgType === 'm.location') {
content.body = "Live location";
content.timeout= 3600000;
content.live = true;
}
//end

Loading…
Cancel
Save