Skip to content

Commit

Permalink
Create new rooms with notification: always
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Jan 4, 2024
1 parent 273fa79 commit 25b5121
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 25b5121

Please sign in to comment.