aboutsummaryrefslogtreecommitdiff
path: root/lib/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/app.js')
-rw-r--r--lib/app.js5
1 files changed, 1 insertions, 4 deletions
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
}