diff options
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -16,6 +16,7 @@ Plain SSB web UI. Uses HTML forms instead of client-side JS. Designed for use on - View public log, private log, user feeds, channels, and search. - Paginate views bidirectionally. - Compose, preview and publish public and private messages. +- *and more* ## TODO @@ -48,12 +49,12 @@ sbot plugins.enable patchfoo ## Install extras -To be able to render channels, patchfoo needs the `ssb-query` scuttlebot +To most effectively render things, patchfoo needs the `ssb-backlinks` scuttlebot plugin: ```sh -sbot plugins.install ssb-query -sbot plugins.enable ssb-query +sbot plugins.install ssb-backlinks +sbot plugins.enable ssb-backlinks # restart sbot ``` diff --git a/package.json b/package.json index d4aac7d..790fa74 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ssb-contact": "^1.0.0", "ssb-marked": "^0.7.1", "ssb-mentions": "^0.4.0", - "ssb-party": "^0.3.0", + "ssb-party": "^0.4.0", "ssb-sort": "^1.0.0", "stream-to-pull-stream": "^1.7.2" }, |