git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 3ac3eecfe1dcc5b70f54572fa6b1f683b92daf34

Files: 3ac3eecfe1dcc5b70f54572fa6b1f683b92daf34 / message / async / publish.js

239 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('message.async.publish')
4
5exports.needs = nest({
6 'sbot.async.publish': 'first'
7})
8
9exports.create = function (api) {
10 return nest('message.async.publish', api.sbot.async.publish)
11}
12
13

Built with git-ssb-web