From a6f218a9377c5f74cbf2e54ab1d6c114a2a36434 Mon Sep 17 00:00:00 2001 From: Anders Rune Jensen Date: Wed, 31 May 2017 21:28:44 +0200 Subject: [PATCH] Show all messages linking to a message including back links and digs --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8207e9c..7a6c38d 100644 --- a/index.js +++ b/index.js @@ -253,7 +253,7 @@ exports.init = function (sbot, config) { if (format === null) return respond(res, 415, 'Invalid format') pull( - sbot.links({dest: id, values: true, rel: 'root'}), + sbot.links({dest: id, values: true }), includeRoot && prepend(getMsg, id), pull.unique('key'), pull.collect(function (err, links) {