Skip to content

Commit

Permalink
Add INVITE_GUEST to PermissionsScope (mattermost#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Oct 9, 2019
1 parent fd512bf commit 208dac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ export const SidebarChannelGroups = {

export const PermissionsScope = {
[Permissions.INVITE_USER]: 'team_scope',
[Permissions.INVITE_GUEST]: 'team_scope',
[Permissions.ADD_USER_TO_TEAM]: 'team_scope',
[Permissions.USE_SLASH_COMMANDS]: 'channel_scope',
[Permissions.MANAGE_SLASH_COMMANDS]: 'team_scope',
Expand Down

0 comments on commit 208dac8

Please sign in to comment.