Files: 9ae49c99c4e15aee20a0b51e586caccd37d33d1e / 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