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

This commit is contained in:
zhongjin 2023-02-13 10:47:34 +08:00
parent 978a039498
commit a336ce1beb

View File

@ -117,12 +117,8 @@ module.exports = function(RED) {
//zhongjin
if (msgType === 'm.location') {
content.body = '长沙火车站, 车站中路, 五里牌街道, 芙蓉区, 长沙市, 湖南省, 410001, 中国'
content.geo_uri = "geo:28.1974439,113.0054238"
content.org.matrix.msc3488.asset= {
"type": "m.pin"
}
content.body = '长沙火车站, 车站中路, 五里牌街道, 芙蓉区, 长沙市, 湖南省, 410001, 中国';
content.geo_uri = "geo:28.1974439,113.0054238";
}