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) {