git ssb

16+

Dominic / patchbay



Commit 358f604c892803adce664c14ae8abddc3ada1ca0

expose replication progress

Dominic Tarr committed on 9/4/2016, 8:23:07 AM
Parent: 11fc4a4c131af561b454a3251544add67c283036

Files changed

sbot-api.jschanged
sbot-api.jsView
@@ -147,15 +147,11 @@
147147 })
148148 }),
149149 sbot_whoami: rec.async(function (cb) {
150150 sbot.whoami(cb)
151+ }),
152+ sbot_progress: rec.source(function () {
153+ return sbot.replicate.changes()
151154 })
152155 }
153156 }
154157
155-
156-
157-
158-
159-
160-
161-

Built with git-ssb-web