cabal-desktop icon indicating copy to clipboard operation
cabal-desktop copied to clipboard

Add admin key to the "invite people" sharing text input

Open nikolaiwarner opened this issue 5 years ago • 2 comments

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 avatar Jun 07 '20 21:06 nikolaiwarner

@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)

cblgh avatar Jun 08 '20 09:06 cblgh

@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!

wittjosiah avatar Jan 29 '21 19:01 wittjosiah