git ssb

1+

Dominic / ssb-private-groups



Commit 1a5bca143688a2abc6a59b426737d49235f7434c

Declare plugin version and manifest

cel committed on 3/14/2019, 8:16:02 AM
Parent: 0176e2211786e153e0d216f0557517b926095894

Files changed

index.jschanged
index.jsView
@@ -17,8 +17,15 @@
1717 //rewrite this code so they don't know the founding message
1818 //and still be able to decrypt these messages.
1919
2020 exports.name = 'private-groups'
21 +exports.version = require('./package').version
22 +exports.manifest = {
23 + get: 'async',
24 + addGroupKey: 'async',
25 + addCurvePair: 'async',
26 + forget: 'async'
27 +}
2128
2229 exports.init = function (sbot, config) {
2330
2431 var dir = path.join(config.path, 'private-groups')

Built with git-ssb-web