Skip to content

Commit

Permalink
Merge pull request #33924 from paultsimura/fix/33150-room-always
Browse files Browse the repository at this point in the history
fix: Create new rooms with notification: always
  • Loading branch information
youssef-lr authored Jan 4, 2024
2 parents 5fedab8 + 25b5121 commit cbf35b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/workspace/WorkspaceNewRoomPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ function WorkspaceNewRoomPage(props) {
'',
visibility,
writeCapability || CONST.REPORT.WRITE_CAPABILITIES.ALL,

// The room might contain all policy members so notifying always should be opt-in only.
CONST.REPORT.NOTIFICATION_PREFERENCE.DAILY,
CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS,
'',
'',
parsedWelcomeMessage,
Expand Down

0 comments on commit cbf35b6

Please sign in to comment.