git ssb

7+

dinoworm 🐛 / patchcore



Commit 32b164d60557329be7e8cfcbcffc9b0644742e2b

gives messagesByType

Piet Geursen committed on 3/19/2017, 9:58:03 AM
Parent: f526bdeefd8c4fe7cb1108421d647e74ab85ef24

Files changed

sbot.jschanged
sbot.jsView
@@ -27,8 +27,9 @@
2727 },
2828 pull: {
2929 log: true,
3030 userFeed: true,
31 + messagesByType: true,
3132 query: true,
3233 feed: true,
3334 links: true,
3435 search: true,
@@ -176,8 +177,11 @@
176177 }),
177178 userFeed: rec.source(opts => {
178179 return sbot.createUserStream(opts)
179180 }),
181 + messagesByType: rec.source(opts => {
182 + return sbot.messagesByType(opts)
183 + }),
180184 feed: rec.source(function (opts) {
181185 return pull(
182186 sbot.createFeedStream(opts),
183187 pull.through(runHooks)

Built with git-ssb-web