git ssb

7+

dinoworm 🐛 / patchcore



Commit 2789aa402161086c32523ba4b96239579b9643db

whoops, fix channels in new ssb-backlinks 0.6.0

broken since
https://github.com/ssbc/ssb-backlinks/commit/ec9bfbd5c334144796063edc61e
8e12ac90011ae

cc @mixmix
Matt McKegg committed on 12/13/2017, 12:38:41 AM
Parent: 7c4d6df66f14e6f9d83ca2763a2fcd102369592e

Files changed

feed/pull/channel.jschanged
feed/pull/channel.jsView
@@ -24,11 +24,9 @@
2424 delete opts.lt
2525
2626 var filter = {
2727 dest: `#${channel}`,
28- value: {
29- timestamp: typeof lt === 'number' ? {$lt: lt, $gt: 0} : {$gt: 0}
30- }
28 + rts: typeof lt === 'number' ? {$lt: lt, $gt: 0} : {$gt: 0}
3129 }
3230
3331 return pull(
3432 api.sbot.pull.backlinks(extend(opts, {

Built with git-ssb-web