git ssb

0+

Dominic / yap-patch



Tree: 6e363b31bb003c462fcb03b5171f59598dedf0f4

Files: 6e363b31bb003c462fcb03b5171f59598dedf0f4 / channel-link.js

158 bytesRaw
1
2module.exports = function (sbot) {
3 return function (channel) {
4 return ['a', {href: '/public?channel='+encodeURIComponent(channel)}, '#'+channel]
5 }
6}
7

Built with git-ssb-web