Commit 2789aa402161086c32523ba4b96239579b9643db
whoops, fix channels in new ssb-backlinks 0.6.0
broken since https://github.com/ssbc/ssb-backlinks/commit/ec9bfbd5c334144796063edc61e 8e12ac90011ae cc @mixmixMatt McKegg committed on 12/13/2017, 12:38:41 AM
Parent: 7c4d6df66f14e6f9d83ca2763a2fcd102369592e
Files changed
feed/pull/channel.js | changed |
feed/pull/channel.js | ||
---|---|---|
@@ -24,11 +24,9 @@ | ||
24 | 24 … | delete opts.lt |
25 | 25 … | |
26 | 26 … | var filter = { |
27 | 27 … | 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} | |
31 | 29 … | } |
32 | 30 … | |
33 | 31 … | return pull( |
34 | 32 … | api.sbot.pull.backlinks(extend(opts, { |
Built with git-ssb-web