Commit 70ce48365b1af5de52899c5161883b2d6bad27ae
add ssb-threads (fixes #13)
Henry committed on 10/15/2018, 3:44:04 PMParent: 79077c44d885308d311d2b0337c59abf4d41359f
Files changed
package-lock.json | changed |
package.json | changed |
server.js | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 196962 bytes New file size: 233966 bytes |
package.json | ||
---|---|---|
@@ -39,8 +39,9 @@ | ||
39 | 39 … | "ssb-query": "^2.1.0", |
40 | 40 … | "ssb-search": "^1.1.1", |
41 | 41 … | "ssb-tags": "^0.2.0", |
42 | 42 … | "ssb-talequery": "^2.0.1", |
43 … | + "ssb-threads": "^3.0.0", | |
43 | 44 … | "ssb-unread": "^1.0.1", |
44 | 45 … | "ssb-web-resolver": "^1.1.2", |
45 | 46 … | "ssb-ws": "^2.0.0" |
46 | 47 … | }, |
server.js | ||
---|---|---|
@@ -62,8 +62,9 @@ | ||
62 | 62 … | .use(require('ssb-query')) |
63 | 63 … | .use(require('ssb-search')) |
64 | 64 … | .use(require('ssb-tags')) |
65 | 65 … | .use(require('ssb-talequery')) // only tale:net - close to obsolete %qJqQbvb8vLh5SUcSIlMeM2u0vt0M1RRaczb5NqH4tB8=.sha256 |
66 … | + .use(require('ssb-threads')) | |
66 | 67 … | .use(require('ssb-unread')) |
67 | 68 … | .use(require('ssb-ws')) |
68 | 69 … | |
69 | 70 … | // load user plugins (from $HOME/.ssb/node_modules using $HOME/.ssb/config plugins {name:true}) |
Built with git-ssb-web