git ssb

3+

ev / sdash



Commit master

close clients

Ev Bogue committed on 1/12/2017, 5:04:52 PM
Parent: 4f3279876db7227c1edccc514dc29433d4e77817

Files changed

index.jschanged
index.jsView
@@ -28,8 +28,9 @@
2828 sbot.query.read({query: [{$filter: { value: { author: me, content: {type: 'post'}}}}], limit: 1, reverse: true}),
2929 pull.drain(function (data) {
3030 post = data
3131 gotPost()
32 + sbot.close()
3233 })
3334 )
3435 })
3536 function gotPost() {
@@ -52,8 +53,9 @@
5253 sbot.invite.create(opts, function (err, invite) {
5354 if(err) throw err
5455 lite = invite
5556 gotInvite()
57 + sbot.close()
5658 })
5759 })
5860 function gotInvite() {
5961 res.end(

Built with git-ssb-web