From a84a9a8f6e5abc43713750e4276bdfead2211cbc Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 19 Jan 2025 18:21:28 +0100 Subject: AP: Fetch newest first --- hello-fusepy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-fusepy.py b/hello-fusepy.py index 366700b..2d491b0 100644 --- a/hello-fusepy.py +++ b/hello-fusepy.py @@ -22,7 +22,7 @@ class APIChoice(enum.Enum): MASTODON = "Mastodon" -api_url_template_ap = "https://{server}/users/{user}/outbox?min_id=0&page=true" +api_url_ap_template = "https://{server}/users/{user}/outbox?page=true" class Status(object): -- cgit v1.2.3