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