git ssb

0+

Dominic / yap-patch



Tree: 76a136d4fbdd78dab9a7b6f40385a810d6512d86

Files: 76a136d4fbdd78dab9a7b6f40385a810d6512d86 / 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