Skip to content

Commit

Permalink
chore: allow board admins to change flagging threshold value
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Feb 11, 2025
1 parent 877ed1a commit 97eaca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/r/nt/boards2/v1/board.gno
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func createDefaultBoardPermissions(owner std.Address) *DefaultPermissions {
WithRole(
RoleAdmin,
PermissionBoardRename,
PermissionBoardFlaggingUpdate,
PermissionMemberInvite,
PermissionMemberRemove,
PermissionThreadCreate,
Expand Down

0 comments on commit 97eaca7

Please sign in to comment.