master
Skylar Ittner 3 years ago
parent 5cec22b2e8
commit ee777a3363

@ -133,7 +133,7 @@ function createOrJoinSMSRoom(tel, ournumber, callback) {
room_alias_name: "SMS_" + tel + "_" + ournumber,
visibility: "private",
invite: settings.inviteusers,
name: formatPhoneNumber(tel),
name: formatPhoneNumber(tel, "(NNN) NNN-NNNN"),
topic: "SMS conversation with " + tel + " (using " + ournumber + ")"
}).then((room) => {
logger.debug("Room" + roomName + " created with ID " + room.room_id);

Loading…
Cancel
Save