git ssb

4+

Dominic / scuttlebot



Commit 721133b239ba57098137a917e8a42b6ae5318607

Merge remote-tracking branch 'origin/fix-local-peer-replication'

Dominic Tarr committed on 10/12/2017, 11:31:00 PM
Parent: 65fd88bcd0ed820d86e39b66e316bf759319a4e4
Parent: 9638ec695f89a451bc5cd4724b80dc3ad4f5ec6b

Files changed

plugins/replicate/legacy.jschanged
plugins/replicate/legacy.jsView
@@ -195,9 +195,9 @@
195195 //of this plugin.
196196 function localPeers () {
197197 if(!sbot.gossip) return
198198 sbot.gossip.peers().forEach(function (e) {
199- if (e.source === 'local' && toSend[e.key] == null)
199 + if (e.source === 'local')
200200 request(e.key)
201201 })
202202 }
203203

Built with git-ssb-web