Files: cd6e506aae3237ded96821ca6f44a51db495f302 / modules_basic / reply.js
174 bytesRaw
1 | var h = require('../h') |
2 | |
3 | exports.gives = 'message_action' |
4 | |
5 | exports.create = function () { |
6 | return function (msg) { |
7 | return h('a', { href: '#' + msg.key }, 'Reply') |
8 | } |
9 | } |
10 |
Built with git-ssb-web