diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -807,6 +807,7 @@ App.prototype.getAddresses = function (id) { } App.prototype.getIdeaTitle = function (id, cb) { + if (!this.sbot.backlinks) return cb(null, String(id).substr(0, 8) + '…') pull( this.sbot.backlinks.read({ reverse: true, |