Commit e4368d0156497aeaf1f4e018c545db1a38451927
ux: fix crash when latest Patchbay is in the same LAN
The crash happened in the gossip plugin because it didn't know how to handle modern multiserver addresses that recent Patchbay and Patchwork versions were broadcasting on LAN. By updating ssb-ref (used inside the gossip plugin), we fixed this. Closes #340Andre Staltz committed on 3/1/2019, 3:12:32 PM
Parent: 5190ca0af4ad5698a131a827eda302a278dde5cc
Files changed
src/backend/package-lock.json | changed |
src/backend/package.json | changed |
src/backend/package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 235730 bytes New file size: 235812 bytes |
src/backend/package.json | ||
---|---|---|
@@ -33,8 +33,9 @@ | ||
33 | 33 | "ssb-keys": "7.1.3", |
34 | 34 | "ssb-mobile-bluetooth-manager": "3.2.0", |
35 | 35 | "ssb-private": "0.2.3", |
36 | 36 | "ssb-query": "2.3.0", |
37 | + "ssb-ref": "^2.13.9", | |
37 | 38 | "ssb-serve-blobs": "2.0.0", |
38 | 39 | "ssb-threads": "3.2.1", |
39 | 40 | "ssb-typescript": "1.4.0", |
40 | 41 | "utf-8-validate": "4.0.2", |
Built with git-ssb-web