summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-01-19 18:21:28 +0100
committeruvok2025-01-19 18:21:28 +0100
commita84a9a8f6e5abc43713750e4276bdfead2211cbc (patch)
tree55a0e92c574d06e2e5587dcbe53af64a4ef860a1
parent0a2abd67f402980f5c2e6df1baceaa06eb886aad (diff)
AP: Fetch newest first
-rw-r--r--hello-fusepy.py2
1 files changed, 1 insertions, 1 deletions
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):