From 7771b27b72601c63f1c90fc4872684cf66a71e4b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 21 Nov 2017 14:47:13 +0100 Subject: [PATCH] Document local hashtag timelines --- mastodon/Mastodon.py | 2 ++ 1 file changed, 2 insertions(+) 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: """ Fetch a timeline of toots with a given hashtag. + Set "local" to True to retrieve only instance-local tagged posts. + Returns a list of toot dicts. """ params_initial = locals()