diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-25 12:42:41 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-25 12:42:41 -1000 |
commit | 399d0a666d1f8d2956c81279a98bed3c483dea51 (patch) | |
tree | cbedd0297e34738c6f7243324712b655250a4758 /README.md | |
parent | b48b730900193fd19ce40192f0252593efa12f95 (diff) | |
download | patchfoo-399d0a666d1f8d2956c81279a98bed3c483dea51.tar.gz patchfoo-399d0a666d1f8d2956c81279a98bed3c483dea51.zip |
Allow using ooo (out-of-order message replication)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: "filter": "all", "showPrivates": true, "previewVotes": true, + "ooo": true, } } ``` @@ -91,6 +92,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - `filter`: Filter setting. `"all"` to show all messages. `"invert"` to show messages that would be hidden by the default setting. Otherwise the default setting applies, which is so to only show messages authored or upvoted by yourself or by a feed that you you follow. Exceptions are that if you navigate to a user feed page, you will see messages authored by that feed, and if you navigate to a message page, you will see that message - regardless of the filter setting. The `filter` setting may also be specified per-request as a query string parameter. - `showPrivates`: Whether or not to show private messages. Default is `true`. Overridden by `filter=all`. - `previewVotes`: Whether to preview creating votes/likes/digs (`true`) or publish them immediately (`false`). default: `false` +- `ooo`: if true, use `ssb-ooo` to try to fetch missing messages in threads. also can set per-request with query string `?ooo=1`. default: `false` ## TODO |