git ssb

0+

mixmix / scuttle-blog



Tree: ab2a7ca4c54c5bcaaffdd55eaad2490350509757

Files: ab2a7ca4c54c5bcaaffdd55eaad2490350509757 / lib / getMsgContent.js

205 bytesRaw
1module.exports = function getMsgContent (obj) {
2 if (obj.value && obj.value.content) return obj.value.content
3 else if (obj.author && obj.timestamp && obj.content) return obj.content
4 else return obj
5}
6

Built with git-ssb-web