Files: 00b7dc676f3599b4be16806c7ce93abbd9c724c5 / modules / message-name.js
98 bytesRaw
1 | |
2 | |
3 | exports.message_name = function (id, sbot) { |
4 | sbot.get(id, function (err, value) { |
5 | |
6 | }) |
7 | } |
8 |
Built with git-ssb-web
1 | |
2 | |
3 | exports.message_name = function (id, sbot) { |
4 | sbot.get(id, function (err, value) { |
5 | |
6 | }) |
7 | } |
8 |
Built with git-ssb-web