Ignore this
This commit is contained in:
parent
bc1a9c9741
commit
a8a950596a
4
main.js
4
main.js
@ -360,8 +360,8 @@ client.login("m.login.password", {"user": settings.matrixuser, "password": setti
|
||||
return;
|
||||
}
|
||||
//sendMatrix(room.roomId, "echo " + event.event.content.body);
|
||||
const roomTags = client.getRoomTags(room.roomId, function (resp) {
|
||||
console.log(resp);
|
||||
client.getRoomTags(room.roomId).then((response) => {
|
||||
console.log(response;)
|
||||
});
|
||||
if (matches.length == 1) {
|
||||
var tel = matches[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user