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

This commit is contained in:
zhongjin 2023-02-13 11:24:41 +08:00
parent 0166620ef0
commit 1f37650763

View File

@ -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;