diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-08-22 18:57:57 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-08-22 19:10:39 -0700 |
commit | f76defc54c292f33838caf35eca329793ff7d733 (patch) | |
tree | 214b9ab44f86c0b3971c5119a048711657519867 /README.md | |
parent | 24765da30eaa84bc6084932ad4b80e8fa73b7521 (diff) | |
download | patchfoo-f76defc54c292f33838caf35eca329793ff7d733.tar.gz patchfoo-f76defc54c292f33838caf35eca329793ff7d733.zip |
Implement limit for /new
Fix %CtcZaNNWEWFwdCOZL343mxFXUvqV5BPVMv+CM8ELOCo=.sha256
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.: - `dir`: name of directory in `~/.ssb/` to use for patchfoo things. default: `"patchfoo"`. - `scriptDir: name of directory in patchfoo's directory (as set by `patchfoo.dir` config option above) to use for user scripts. default: `"script"`. - `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=...`. ## TODO |