From 640233f70416743466b28dacbd0d12d630638e08 Mon Sep 17 00:00:00 2001 From: Adam Sandberg Ericsson Date: Sun, 16 Mar 2025 10:37:10 +0000 Subject: [PATCH] add link to upstream documentation for timeline() --- mastodon/timeline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mastodon/timeline.py b/mastodon/timeline.py index 66d458e..133fc07 100644 --- a/mastodon/timeline.py +++ b/mastodon/timeline.py @@ -26,6 +26,8 @@ class Mastodon(Internals): and `remote` to only get remote statuses. Some options are mutually incompatible as dictated by logic. May or may not require authentication depending on server settings and what is specifically requested. + + See for a description of the parameters. """ params_initial = locals()