git ssb

2+

ev / mvd



Commit b05c12ba850a6a9d4f5af6d9f32136f3baf5d75f

add query

Ev Bogue committed on 4/20/2018, 12:28:42 PM
Parent: 884eb5a57e543ca9344329d6f554bee248ddc66e

Files changed

scuttlebot.jschanged
scuttlebot.jsView
@@ -39,7 +39,10 @@
3939 pull.through(function (e) {
4040 CACHE[e.key] = CACHE[e.key] || e.value
4141 })
4242 )
43 + }),
44 + query: rec.source(function (query) {
45 + return sbot.query.read(query)
4346 })
4447 }
4548

Built with git-ssb-web