cabal-desktop
cabal-desktop copied to clipboard
Add admin key to the "invite people" sharing text input
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.
@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)
@nikolaiwarner @cblgh I gave this a shot here https://github.com/cabal-club/cabal-desktop/compare/master...wittjosiah:feature/share-mod-key, happy to submit a PR if that's helpful!