Skip to content

Commit

Permalink
🦅 Update channel collaborator permissions (#5798)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 authored and WRadoslaw committed Feb 9, 2024
1 parent b1fa477 commit 593008c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/atlas/src/joystream-lib/extrinsics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ export class JoystreamLibExtrinsics {
? {
[collaboratorMemberId]: createType('BTreeSet<PalletContentIterableEnumsChannelActionPermission>', [
'AddVideo',
'AgentRemark',
'UpdateChannelMetadata',
'UpdateVideoMetadata',
]),
}
: {}
Expand Down Expand Up @@ -295,6 +298,9 @@ export class JoystreamLibExtrinsics {
? {
[collaboratorMemberId]: createType('BTreeSet<PalletContentIterableEnumsChannelActionPermission>', [
'AddVideo',
'AgentRemark',
'UpdateChannelMetadata',
'UpdateVideoMetadata',
]),
}
: {}
Expand Down

0 comments on commit 593008c

Please sign in to comment.