Skip to content

Commit

Permalink
fix: add PI_OPEN_EXTERNAL_LINK scene permission (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosio authored Aug 1, 2023
1 parent c36ca28 commit 9d3834a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/decentraland/kernel/apis/permissions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum PermissionItem {
PI_USE_WEBSOCKET = 3;
PI_USE_FETCH = 4;
PI_ALLOW_MEDIA_HOSTNAMES = 5;
PI_OPEN_EXTERNAL_LINK = 6;
}

message PermissionResponse {
Expand Down

0 comments on commit 9d3834a

Please sign in to comment.