Make room topic more readable
This commit is contained in:
parent
a5401a8384
commit
d6c829546a
2
main.js
2
main.js
@ -138,7 +138,7 @@ function createOrJoinSMSRoom(tel, ournumber, callback) {
|
|||||||
visibility: "private",
|
visibility: "private",
|
||||||
invite: settings.inviteusers,
|
invite: settings.inviteusers,
|
||||||
name: formatPhoneNumber(tel, "(NNN) NNN-NNNN"),
|
name: formatPhoneNumber(tel, "(NNN) NNN-NNNN"),
|
||||||
topic: "SMS conversation with " + tel + " (using " + ournumber + ")"
|
topic: "SMS conversation with " + formatPhoneNumber(tel, "(NNN) NNN-NNNN") + " (using " + formatPhoneNumber(ournumber, "(NNN) NNN-NNNN") + ")"
|
||||||
}).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