git ssb

2+

ev / mvd



Commit d844f48c57f7d55d9150f2e16007ef250c14db87

clear backchannel box on post

Ev Bogue committed on 6/27/2018, 12:55:24 PM
Parent: 072843e1788c3cdbb773ca4e7524a92b3f0ef002

Files changed

views.jschanged
views.jsView
@@ -315,8 +315,9 @@
315315 type: 'scat_message'
316316 }
317317 sbot.publish(content, function (err, msg) {
318318 if (err) throw err
319 + chatbox.value = ''
319320 console.log('Published!', msg)
320321 })
321322 }
322323 }

Built with git-ssb-web