Skip to content

Commit

Permalink
Add policy rooms to its own beta, and restrict this beta on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg committed Jan 11, 2022
1 parent 5e7ec60 commit 50ebc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function canUseWallet(betas) {
*/

function canUsePolicyRooms(betas) {
return _.contains(betas, CONST.BETAS.POLICY_ROOMS);
return _.contains(betas, CONST.BETAS.POLICY_ROOMS) || _.contains(betas, CONST.BETAS.ALL);
}

export default {
Expand Down

0 comments on commit 50ebc74

Please sign in to comment.