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

This commit is contained in:
zhongjin 2023-02-13 15:56:39 +08:00
parent 1f37650763
commit bde0bc7e53

View File

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