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