Files: 0317853c50ffacda585e8b019f18d3b8ff32329a / 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