allow us to disable a portion

This commit is contained in:
Michael Thomas 2023-03-07 07:11:47 +00:00
parent fd8a3404d9
commit 6ee0908906

View file

@ -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)