We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Like the cli, the admin key should be added to the cabal key so that moderation is set up for the person you share with.
The text was updated successfully, but these errors were encountered:
@nikolaiwarner this is how it's done in cli atm https://github.com/cabal-club/cabal-cli/blob/master/util.js#L15-L23 with
state.moderationKeys = cabal.core.adminKeys.concat(cabal.core.modKeys)
Sorry, something went wrong.
@nikolaiwarner @cblgh I gave this a shot here master...wittjosiah:feature/share-mod-key, happy to submit a PR if that's helpful!
No branches or pull requests
Like the cli, the admin key should be added to the cabal key so that moderation is set up for the person you share with.
The text was updated successfully, but these errors were encountered: