Files: d0145eaaeadda8e425fdf9f4bca039dbc19b9ec5 / modules / timestamp.js
181 bytesRaw
1 | var h = require('hyperscript') |
2 | var moment = require('moment') |
3 | |
4 | exports.message_meta = function (msg) { |
5 | return h('a', {href: '#'+msg.key}, moment(msg.value.timestamp).fromNow()) |
6 | } |
7 |
Built with git-ssb-web