diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-12-05 17:55:54 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-12-07 16:48:50 -1000 |
commit | 0ea52b9a188055c1bcf1e256c07251dfdc274a45 (patch) | |
tree | 3efcbf02fedb759c17cf78e036686faf3286f7ae /README.md | |
parent | 01ea88684375793b3e009d8cefb9722384e2c88b (diff) | |
download | patchfoo-0ea52b9a188055c1bcf1e256c07251dfdc274a45.tar.gz patchfoo-0ea52b9a188055c1bcf1e256c07251dfdc274a45.zip |
Reply mention feeds
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - `draftsDir: name of directory in patchfoo's directory (as set by `patchfoo.dir` config option above) to use for message draft data. default: `"drafts"`. - `newLimit: limit of messages to show on `/new` page. Default: 500. Overridable with query string parameter `limit=...`. - `dualMarkdownPreview`: Preview messages in composer in multiple SSB markdown implementations, `ssb-marked` and `ssb-markdown` >= 3. Overridable with query string parameter `dualMd=1`. +- `replyMentionFeeds`: Mention thread branch authors in "reply" property, like Patchwork. Default `true`. ## TODO |