diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 0431068..079fc85 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -285,6 +285,8 @@ class Mastodon: | |||
285 | """ | 285 | """ |
286 | Fetch a timeline of toots with a given hashtag. | 286 | Fetch a timeline of toots with a given hashtag. |
287 | 287 | ||
288 | Set "local" to True to retrieve only instance-local tagged posts. | ||
289 | |||
288 | Returns a list of toot dicts. | 290 | Returns a list of toot dicts. |
289 | """ | 291 | """ |
290 | params_initial = locals() | 292 | params_initial = locals() |