Skip to content

Commit

Permalink
Regression: Fix error preventing creation of group DMs (#17726)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc authored May 22, 2020
1 parent ccf6e27 commit 0543346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apps/server/converters/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class AppRoomsConverter {
}

const newRoom = {
_id: room.id,
...room.id && { _id: room.id },
fname: room.displayName,
name: room.slugifiedName,
t: room.type,
Expand Down

0 comments on commit 0543346

Please sign in to comment.