diff --git a/main.js b/main.js index 9b206cc..762369b 100644 --- a/main.js +++ b/main.js @@ -415,6 +415,7 @@ client.login("m.login.password", {"user": settings.matrixuser, "password": setti client.sendReadReceipt(event, {}); }); } else { + console.log(response.tags); sendMatrixNotice(room.roomId, "Error: couldn't determine correct number to send SMS from."); } });