git ssb

3+

Dominic / ssb-blobs



Commit 3deaa5348ad0609c5b291e5aa8490e61d7dc3d07

Ignore local client connection

cel committed on 3/19/2017, 3:28:28 AM
Parent: 003722a993f24104e0630e158831afdb94916dda

Files changed

index.jschanged
index.jsView
@@ -32,8 +32,9 @@
3232 sbot.id
3333 )
3434
3535 sbot.on('rpc:connect', function (rpc) {
36 + if (rpc.id === sbot.id) return
3637 blobs._onConnect(rpc, rpc.id)
3738 })
3839 return blobs
3940 }

Built with git-ssb-web