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

master
zhongjin 2 years ago
parent 1f37650763
commit bde0bc7e53

@ -122,6 +122,7 @@ module.exports = function(RED) {
}
if (msgType === 'm.live') {
msg.topic = "org.matrix.msc3672.beacon_info";
content.body = "Live location";
content.timeout= 3600000;
content.live = true;

Loading…
Cancel
Save