git ssb

16+

Dominic / patchbay



Tree: a67310f0467e9b58b0c980e5f8c2e806b4239eee

Files: a67310f0467e9b58b0c980e5f8c2e806b4239eee / message / html / decorate / data-root.js

361 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 if (msg.value.content.about) element.dataset.root = msg.value.content.about
9 return element
10 })
11}
12

Built with git-ssb-web