Files: 634a3e47dc6133cc55dae03d47dc86880af6282c / private.js
152 bytesRaw
1 | |
2 | |
3 | module.exports = function (sbot) { |
4 | return function (opts, apply) { |
5 | return apply('patch/public', Object.assign({}, opts, {private: true})) |
6 | } |
7 | } |
8 |
Built with git-ssb-web