module.exports = function (sbot) { return function (opts, apply) { return apply('patch/public', Object.assign({}, opts, {private: true})) } }