From 00885846f2c98059a4b95b2d18b4a4a8f22f7901 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 5 Dec 2017 14:33:53 -0800 Subject: List friends following feed --- lib/app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index da41459..643b317 100644 --- a/lib/app.js +++ b/lib/app.js @@ -56,6 +56,7 @@ function App(sbot, config) { this.render = new Render(this, this.opts) this.git = new Git(this) + this.contacts = new Contacts(this.sbot) this.monitorBlobWants() } @@ -464,10 +465,6 @@ App.prototype.streamMyChannels = function (id, opts) { ) } -App.prototype.createContactStreams = function (id) { - return new Contacts(this.sbot).createContactStreams(id) -} - function compareVoted(a, b) { return b.value - a.value } -- cgit v1.2.3