git ssb

0+

cel / dillo-dat



Commit 3d01a4bfcb6943007e1b408c20192fce1f2addd7

include peer type in list

cel committed on 7/15/2017, 8:44:14 PM
Parent: 813a345b34deba471c116f6a1d54570d8b2f2c63

Files changed

dat.dpichanged
dat.dpiView
@@ -51,9 +51,9 @@
5151 stream: function (info) {
5252 var stream = archive.replicate({
5353 live: true
5454 })
55- stream.address = (info.host || '?') + ':' + (info.port || '?')
55 + stream.address = info.type + ':' + (info.host || '?') + ':' + (info.port || '?')
5656 return stream
5757 }
5858 })
5959 })

Built with git-ssb-web