更新 'src/matrix-send-message.js'
This commit is contained in:
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…
Reference in New Issue
Block a user