Files: a3f728451ea4f496b80c42138d030295e43de153 / feed / pull / public.js
210 bytesRaw
1 | const nest = require('depnest') |
2 | |
3 | exports.gives = nest('feed.pull.public') |
4 | exports.needs = nest('sbot.pull.log', 'first') |
5 | exports.create = function (api) { |
6 | return nest('feed.pull.public', api.sbot.pull.log) |
7 | } |
8 |
Built with git-ssb-web