git ssb

16+

Dominic / patchbay



Tree: 83ae3109eb162b5f5b5c962e4f2cff738ee0f75d

Files: 83ae3109eb162b5f5b5c962e4f2cff738ee0f75d / message / html / decorate / data-root.js

281 bytesRaw
1const nest = require('depnest')
2
3exports.gives = nest('message.html.decorate')
4
5exports.create = (api) => {
6 return nest('message.html.decorate', function (element, { msg }) {
7 if (msg.value.content.root) element.dataset.root = msg.value.content.root
8 return element
9 })
10}
11

Built with git-ssb-web