fix formatting
This commit is contained in:
parent
a628fcfab3
commit
022a01f3e8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
This GitHub repository provides a GitHub action runs every 10 mins, and has two parts:
|
||||
|
||||
1. It can pull remote replies into your instance, using the Mastodon API. That part itself has two parts:
|
||||
2. It gets remote replies to posts that users on your instance have already replied to during the last `REPLY_INTERVAL_IN_HOURS` hours, and adds them to your own server.
|
||||
1. It gets remote replies to posts that users on your instance have already replied to during the last `REPLY_INTERVAL_IN_HOURS` hours, and adds them to your own server.
|
||||
2. It gets remote replies to the last `HOME_TIMELINE_LENGTH` posts from your home timeline, and adds them to your own server.
|
||||
2. It can also backfill posts from the last `MAX_FOLLOWINGS` users that you have followed.
|
||||
|
||||
|
|
Loading…
Reference in a new issue