From 079499f482a67c8007cea211c9000eb90aa4e67a Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 24 Dec 2017 12:13:08 -1000 Subject: Allow previewing votes --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 74a9012..288e229 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: "host": "::", "filter": "all", "showPrivates": true, + "previewVotes": true, } } ``` @@ -89,6 +90,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - `auth`: HTTP auth password. default: `null` (no password required) - `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` ## TODO -- cgit v1.2.3