git ssb

0+

dangerousbeans / yap



forked from Dominic / yap

Tree: 8c686fb2b73c28246604759c61d6636e2812d871

Files: 8c686fb2b73c28246604759c61d6636e2812d871 / apis / 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