aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-12-21 22:01:16 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-12-24 12:08:34 -1000
commite3e377748bf340d5a39d201b17fe4cdbab8733c0 (patch)
treeefc16672a4e52647ebbe9bdd213d445fe2f69879 /README.md
parent64edc970f54ece5068510bf2cb998308296e97ef (diff)
downloadpatchfoo-e3e377748bf340d5a39d201b17fe4cdbab8733c0.tar.gz
patchfoo-e3e377748bf340d5a39d201b17fe4cdbab8733c0.zip
Allow hiding private messages
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5b4d429..74a9012 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.:
"port": 8027,
"host": "::",
"filter": "all",
+ "showPrivates": true,
}
}
```
@@ -87,6 +88,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.:
- `encode_msgids`: whether to URL-encode message ids in local links. default: `true`
- `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`.
## TODO