Commit 1a5bca143688a2abc6a59b426737d49235f7434c
Declare plugin version and manifest
cel committed on 3/14/2019, 8:16:02 AMParent: 0176e2211786e153e0d216f0557517b926095894
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -17,8 +17,15 @@ | ||
17 | 17 … | //rewrite this code so they don't know the founding message |
18 | 18 … | //and still be able to decrypt these messages. |
19 | 19 … | |
20 | 20 … | 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 … | +} | |
21 | 28 … | |
22 | 29 … | exports.init = function (sbot, config) { |
23 | 30 … | |
24 | 31 … | var dir = path.join(config.path, 'private-groups') |
Built with git-ssb-web