Commit 1e749ac35548ddbe1f4662e9cfc2afadcfe9a2cf
experiment with also sending "sequence" key on live replication
for dealing with old pubs that haven’t upgraded to use ssbc/scuttlebot#376Matt McKegg committed on 3/14/2017, 9:52:33 AM
Parent: 779de92a0cf2423b6a5525e7cd84f066174ead92
Files changed
lib/replicate-with-progress.js | changed |
lib/replicate-with-progress.js | ||
---|---|---|
@@ -251,8 +251,9 @@ | ||
251 | 251 | pull( |
252 | 252 | rpc.createHistoryStream({ |
253 | 253 | id: upto.id, |
254 | 254 | seq: last + 1, |
255 | + sequence: last + 1, // HACK: some clients won't stream if we don't specify this as sequence | |
255 | 256 | live: true, |
256 | 257 | keys: false |
257 | 258 | }), |
258 | 259 | sbot.createWriteStream(function () { |
Built with git-ssb-web