git ssb

7+

dinoworm 🐛 / patchcore



Commit 644b8222bca3871d183ca534426fa06d5228e26d

Revert "add getBlob stream"

This reverts commit d00438cdf6022bf891d4736b3765cf47e107afe4.
Dominic Tarr committed on 4/11/2018, 3:16:10 AM
Parent: d47c6e10a9fe8fb04aee3e2736ee04a7f2896003

Files changed

sbot.jschanged
sbot.jsView
@@ -34,10 +34,9 @@
3434 messagesByType: true,
3535 feed: true,
3636 links: true,
3737 backlinks: true,
38- stream: true,
39- getBlob: true
38 + stream: true
4039 },
4140 obs: {
4241 connectionStatus: true,
4342 connection: true,
@@ -240,12 +239,9 @@
240239 onceTrue(connection, function (connection) {
241240 stream.resolve(fn(connection))
242241 })
243242 return stream
244- },
245- getBlob: rec.source(function (opts) {
246- return sbot.blobs.get(opts)
247- })
243 + }
248244 },
249245 obs: {
250246 connectionStatus: (listener) => connectionStatus(listener),
251247 connection,
@@ -265,6 +261,4 @@
265261 // api.sbot.hook.feed(msg)
266262 }
267263 }
268264 }
269-
270-

Built with git-ssb-web