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

This commit is contained in:
zhongjin 2023-02-13 11:01:20 +08:00
parent a336ce1beb
commit e0e45c6b18

View File

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