git ssb

0+

cel / ssb-clingy



Commit cf5d38aee809a0a3f030b530894c015dea298200

Don't follow self

cel committed on 8/10/2019, 10:57:22 PM
Parent: 608cf9969c43019689ed824f5302a49c825fc956

Files changed

index.jschanged
index.jsView
@@ -6,8 +6,10 @@
66 exports.manifest = {}
77
88 exports.init = (api, opts) => {
99 api.on('rpc:connect', function (rpc, args) {
10 + if (api.id === rpc.id) return
11 +
1012 console.log("connection from: ", rpc.id)
1113
1214 var our_id = api.whoami().id
1315 var connecting_id = rpc.id

Built with git-ssb-web