Commit ac7904d92f684df300db886b67eab653c13f3895
woops, it's sync: true, not live:true
Gordon Martin committed on 11/26/2017, 10:45:11 PMParent: d4f3d13dd8e276d6c251fd0df3e846307c5ae24d
Files changed
backlinks/obs_filter.js | changed |
backlinks/obs_filter.js | ||
---|---|---|
@@ -37,9 +37,9 @@ | ||
37 | 37 … | } |
38 | 38 … | |
39 | 39 … | var msgBacklinks = api.sbot.pull.backlinks({ |
40 | 40 … | query: [sbotFilter], |
41 | - live: true | |
41 … | + sync: true | |
42 | 42 … | }) |
43 | 43 … | |
44 | 44 … | // If a filter function is supplied in the options, we use it to filter |
45 | 45 … | // the links stream, otherwise we use all the messages from the stream |
Built with git-ssb-web