Commit d3826fa5570d6a70af4cd9401fe6f9284ec0ef5c
tests are now passing locally...
Daan Wynen committed on 4/24/2020, 11:20:44 PMParent: 5294bbe1402fb465b7fc601eeb0a8f22dbd86141
Files changed
lib/depject/sbot.js | changed |
package-lock.json | changed |
lib/depject/sbot.js | ||
---|---|---|
@@ -212,9 +212,9 @@ | ||
212 | 212 … | sbot.friends.get(opts, cb) |
213 | 213 … | }), |
214 | 214 … | acceptDHT: rec.async(function (opts, cb) { |
215 | 215 … | sbot.dhtInvite.accept(opts, cb) |
216 | - }), | |
216 … | + }) | |
217 | 217 … | }, |
218 | 218 … | pull: { |
219 | 219 … | backlinks: rec.source(query => { |
220 | 220 … | return sbot.backlinks.read(query) |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 388191 bytes New file size: 390657 bytes |
Built with git-ssb-web