summaryrefslogtreecommitdiff
path: root/README.md
blob: f259a9da486aa6e940d467ab41b8e92baf8d96eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## This plugin delays posts in RSS feeds by a configurable delay (in hours)

Optionally, it can filter out posts that were deleted (either article or comment link goes nowhere)
while delayed.

https://community.tt-rss.org/t/suggestions-for-how-to-delay-a-feed/4425

### Installation

- Git clone to `plugins.local/post_delay`
- Set delay amount in Preferences → Feeds → Plugins

### Notes

- Posts are stored in the backlog no longer than `Config::CACHE_MAX_DAYS`.