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