mirror of
https://github.com/nicholasr-itsulu/FediFetcher.git
synced 2026-05-30 23:41:26 +00:00
allow us to disable a portion
This commit is contained in:
parent
fd8a3404d9
commit
6ee0908906
1 changed files with 14 additions and 13 deletions
|
|
@ -17,6 +17,7 @@ def pull_context(
|
|||
reply_interval_hours,
|
||||
max_home_timeline_length,
|
||||
):
|
||||
if reply_interval_hours > 0:
|
||||
"""pull the context toots of toots user replied to, from their
|
||||
original server, and add them to the local server."""
|
||||
user_ids = get_active_user_ids(server, access_token, reply_interval_hours)
|
||||
|
|
|
|||
Loading…
Reference in a new issue