git ssb

0+

Kira / %V53yIAO6ZNGv1Lx9tCP…



forked from cel / ssb-issues

Commit f80a890a7794675d007c3965125971a1405b295b

Fix reading old messages

Charles Lehner committed on 3/27/2016, 1:23:29 AM
Parent: a0483ad8b20f23f98c06be12f3b1829615063fe2

Files changed

index.jschanged
index.jsView
@@ -66,9 +66,9 @@
6666 function getLinks() {
6767 var now = Date.now()
6868 // compute the result from the past data
6969 pull(
70- ssb.links({dest: id, lt: now, reverse: true}),
70+ ssb.links({dest: id, lt: now, reverse: true, values: true}),
7171 pull.drain(onOldMsg, onOldEnd)
7272 )
7373 // keep the results up-to-date in the future
7474 pull(

Built with git-ssb-web