Whoops
This commit is contained in:
parent
5cec22b2e8
commit
ee777a3363
2
main.js
2
main.js
@ -133,7 +133,7 @@ function createOrJoinSMSRoom(tel, ournumber, callback) {
|
|||||||
room_alias_name: "SMS_" + tel + "_" + ournumber,
|
room_alias_name: "SMS_" + tel + "_" + ournumber,
|
||||||
visibility: "private",
|
visibility: "private",
|
||||||
invite: settings.inviteusers,
|
invite: settings.inviteusers,
|
||||||
name: formatPhoneNumber(tel),
|
name: formatPhoneNumber(tel, "(NNN) NNN-NNNN"),
|
||||||
topic: "SMS conversation with " + tel + " (using " + ournumber + ")"
|
topic: "SMS conversation with " + tel + " (using " + ournumber + ")"
|
||||||
}).then((room) => {
|
}).then((room) => {
|
||||||
logger.debug("Room" + roomName + " created with ID " + room.room_id);
|
logger.debug("Room" + roomName + " created with ID " + room.room_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user