Skip to content

Commit

Permalink
[FIX] Discussion names showing a random value (#22172)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed May 27, 2021
1 parent b8cd787 commit 809b346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/server/functions/createRoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export const createRoom = function(type, name, owner, members = [], readOnly, {
}

let room = {
fname: name,
...extraData,
name: getValidRoomName(name, null, validRoomNameOptions),
fname: name,
t: type,
msgs: 0,
usersCount: 0,
Expand Down

0 comments on commit 809b346

Please sign in to comment.