git ssb

7+

dinoworm 🐛 / patchcore



Commit ac7904d92f684df300db886b67eab653c13f3895

woops, it's sync: true, not live:true

Gordon Martin committed on 11/26/2017, 10:45:11 PM
Parent: d4f3d13dd8e276d6c251fd0df3e846307c5ae24d

Files changed

backlinks/obs_filter.jschanged
backlinks/obs_filter.jsView
@@ -37,9 +37,9 @@
3737 }
3838
3939 var msgBacklinks = api.sbot.pull.backlinks({
4040 query: [sbotFilter],
41- live: true
41 + sync: true
4242 })
4343
4444 // If a filter function is supplied in the options, we use it to filter
4545 // the links stream, otherwise we use all the messages from the stream

Built with git-ssb-web