Skip to content

Commit

Permalink
Change: 一般ユーザーはデフォルトで招待を不可にするよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Mar 4, 2024
1 parent 76b2419 commit 7066aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user_role.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module Flags
NONE = 0
ALL = FLAGS.values.reduce(&:|)

DEFAULT = FLAGS[:invite_users]
DEFAULT = 0

CATEGORIES = {
invites: %i(
Expand Down

0 comments on commit 7066aae

Please sign in to comment.