git ssb

0+

Dominic / yap-patch



Tree: e440f8c92caaa6857bccee89bb2de11d376d29a3

Files: e440f8c92caaa6857bccee89bb2de11d376d29a3 / 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