git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 5b58e9504759e8b1ff2db82c197c436adcf91d37

Files: 5b58e9504759e8b1ff2db82c197c436adcf91d37 / feed / pull / public.js

210 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('feed.pull.public')
4exports.needs = nest('sbot.pull.log', 'first')
5exports.create = function (api) {
6 return nest('feed.pull.public', api.sbot.pull.log)
7}
8

Built with git-ssb-web