git ssb

2+

mixmix / ticktack



Commit 400d6307414c6b622a0408421a7c1881697c893e

allow only one channel for blogs

mix irving committed on 2/15/2018, 3:25:05 AM
Parent: bafe2257bf02da68e34787b3fc33ece99031fb10

Files changed

app/page/blogNew.jschanged
channel/obs/subscribed.jschanged
app/page/blogNew.jsView
@@ -55,8 +55,9 @@
5555 )
5656
5757 const channelInput = h('input', {
5858 'ev-input': e => meta.channel.set(e.target.value),
59 + value: meta.channel,
5960 placeholder: strings.channel
6061 })
6162
6263 var page = h('Page -blogNew', [
channel/obs/subscribed.jsView
@@ -58,9 +58,8 @@
5858 return sbot.channel.stream({ live: true })
5959 }),
6060 pull.drain(val => {
6161 if (val === null) {
62- debugger
6362 return
6463 }
6564
6665 if (!initialReceived) {

Built with git-ssb-web