Commit 491fdc7f44dabd50a0d18ba7ca391b70ded5a6af
use new ssb-about reducer
Matt McKegg committed on 6/12/2017, 11:59:02 AMParent: c115a76269ff7b6be741fd07738c2364a4bcea1d
Files changed
package.json | changed |
server-process.js | changed |
package.json | ||
---|---|---|
@@ -38,9 +38,9 @@ | ||
38 | 38 | "mutant-pull-reduce": "^1.1.0", |
39 | 39 | "non-private-ip": "^1.4.1", |
40 | 40 | "on-change-network": "0.0.2", |
41 | 41 | "on-wakeup": "^1.0.1", |
42 | - "patchcore": "github:ssbc/patchcore#backlinks-index", | |
42 | + "patchcore": "github:ssbc/patchcore#with-flume-indexes", | |
43 | 43 | "patchwork-gatherings": "^1.0.2", |
44 | 44 | "pull-abortable": "^4.1.0", |
45 | 45 | "pull-defer": "^0.2.2", |
46 | 46 | "pull-file": "~1.0.0", |
@@ -53,8 +53,9 @@ | ||
53 | 53 | "pull-scroll": "^1.0.4", |
54 | 54 | "pull-stream": "~3.4.5", |
55 | 55 | "scuttlebot": "~10.0.5", |
56 | 56 | "sorted-array-functions": "~1.0.0", |
57 | + "ssb-about": "0.0.0", | |
57 | 58 | "ssb-avatar": "^0.2.0", |
58 | 59 | "ssb-backlinks": "0.0.0", |
59 | 60 | "ssb-blobs": "~1.0.1", |
60 | 61 | "ssb-friends": "^2.0.3", |
server-process.js | ||
---|---|---|
@@ -14,8 +14,9 @@ | ||
14 | 14 | .use(require('scuttlebot/plugins/invite')) |
15 | 15 | .use(require('scuttlebot/plugins/local')) |
16 | 16 | .use(require('scuttlebot/plugins/logging')) |
17 | 17 | .use(require('ssb-query')) |
18 | + .use(require('ssb-about')) | |
18 | 19 | .use(require('./lib/progress-stream')) |
19 | 20 | |
20 | 21 | module.exports = function (ssbConfig) { |
21 | 22 | var context = { |
Built with git-ssb-web