Make room topic more readable

master
Skylar Ittner 3 years ago
parent a5401a8384
commit d6c829546a

@ -138,7 +138,7 @@ function createOrJoinSMSRoom(tel, ournumber, callback) {
visibility: "private",
invite: settings.inviteusers,
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) => {
logger.debug("Room" + roomName + " created with ID " + room.room_id);

Loading…
Cancel
Save