git ssb

10+

Matt McKegg / patchwork



Commit 491fdc7f44dabd50a0d18ba7ca391b70ded5a6af

use new ssb-about reducer

Matt McKegg committed on 6/12/2017, 11:59:02 AM
Parent: c115a76269ff7b6be741fd07738c2364a4bcea1d

Files changed

package.jsonchanged
server-process.jschanged
package.jsonView
@@ -38,9 +38,9 @@
3838 "mutant-pull-reduce": "^1.1.0",
3939 "non-private-ip": "^1.4.1",
4040 "on-change-network": "0.0.2",
4141 "on-wakeup": "^1.0.1",
42- "patchcore": "github:ssbc/patchcore#backlinks-index",
42+ "patchcore": "github:ssbc/patchcore#with-flume-indexes",
4343 "patchwork-gatherings": "^1.0.2",
4444 "pull-abortable": "^4.1.0",
4545 "pull-defer": "^0.2.2",
4646 "pull-file": "~1.0.0",
@@ -53,8 +53,9 @@
5353 "pull-scroll": "^1.0.4",
5454 "pull-stream": "~3.4.5",
5555 "scuttlebot": "~10.0.5",
5656 "sorted-array-functions": "~1.0.0",
57+ "ssb-about": "0.0.0",
5758 "ssb-avatar": "^0.2.0",
5859 "ssb-backlinks": "0.0.0",
5960 "ssb-blobs": "~1.0.1",
6061 "ssb-friends": "^2.0.3",
server-process.jsView
@@ -14,8 +14,9 @@
1414 .use(require('scuttlebot/plugins/invite'))
1515 .use(require('scuttlebot/plugins/local'))
1616 .use(require('scuttlebot/plugins/logging'))
1717 .use(require('ssb-query'))
18+ .use(require('ssb-about'))
1819 .use(require('./lib/progress-stream'))
1920
2021 module.exports = function (ssbConfig) {
2122 var context = {

Built with git-ssb-web