git ssb

16+

Dominic / patchbay



Tree: dab8336e2c9b7ae4d3e407ce7c8059bea3f4e566

Files: dab8336e2c9b7ae4d3e407ce7c8059bea3f4e566 / modules_basic / reply.js

174 bytesRaw
1var h = require('../h')
2
3exports.gives = 'message_action'
4
5exports.create = function () {
6 return function (msg) {
7 return h('a', { href: '#' + msg.key }, 'Reply')
8 }
9}
10

Built with git-ssb-web