Files: 7b8459c024b593664fa22d32c9b9bcccfe02a2fa / 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