git ssb

0+

Daan Patchwork / ssb-viewer



forked from cel / ssb-viewer

Commit a6f218a9377c5f74cbf2e54ab1d6c114a2a36434

Show all messages linking to a message including back links and digs

Anders Rune Jensen committed on 5/31/2017, 7:28:44 PM
Parent: 42c466b4df95b6087c9bd667c507c630a7d88843

Files changed

index.jschanged
index.jsView
@@ -252,9 +252,9 @@
252252 var format = formatMsgs(id, ext, opts)
253253 if (format === null) return respond(res, 415, 'Invalid format')
254254
255255 pull(
256- sbot.links({dest: id, values: true, rel: 'root'}),
256+ sbot.links({dest: id, values: true }),
257257 includeRoot && prepend(getMsg, id),
258258 pull.unique('key'),
259259 pull.collect(function (err, links) {
260260 if (err) return respond(res, 500, err.stack || err)

Built with git-ssb-web