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 28, 2021
1 parent c70ce46 commit 6c70c80
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 @@ -50,9 +50,9 @@ export const createRoom = function(type, name, owner, members = [], readOnly, ex
}

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

0 comments on commit 6c70c80

Please sign in to comment.