From 7570f001cc8ddeff88ebdab640e06a0b1b03974c Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 4 May 2017 11:03:16 -1000 Subject: wip: about --- lib/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index a76687c..a3bfbf6 100644 --- a/lib/app.js +++ b/lib/app.js @@ -9,7 +9,7 @@ var hasher = require('pull-hash/ext/ssb') var multicb = require('multicb') var paramap = require('pull-paramap') var Contacts = require('ssb-contact') - +var About = require('./about') var Serve = require('./serve') var Render = require('./render') @@ -280,3 +280,7 @@ App.prototype.streamChannels = function (opts) { App.prototype.createContactStreams = function (id) { return new Contacts(this.sbot).createContactStreams(id) } + +App.prototype.createAboutStreams = function (id) { + return new About(this.sbot).createAboutStreams(id) +} -- cgit v1.2.3