更新 'src/matrix-send-message.js'
This commit is contained in:
parent
0166620ef0
commit
1f37650763
@ -121,7 +121,7 @@ module.exports = function(RED) {
|
||||
content.geo_uri = "geo:28.1974439,113.0054238";
|
||||
}
|
||||
|
||||
if (msgType === 'm.location') {
|
||||
if (msgType === 'm.live') {
|
||||
content.body = "Live location";
|
||||
content.timeout= 3600000;
|
||||
content.live = true;
|
||||
|
Loading…
Reference in New Issue
Block a user