aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-11-21 14:47:13 +0100
committerLorenz Diener <[email protected]>2017-11-21 14:47:13 +0100
commit7771b27b72601c63f1c90fc4872684cf66a71e4b (patch)
tree646af1ddc1eb6290cb2985f28eb93bcf20c44a09 /mastodon
parent32f8b8bed9226f8069883d85e9d38d69f6a67910 (diff)
downloadmastodon.py-7771b27b72601c63f1c90fc4872684cf66a71e4b.tar.gz
Document local hashtag timelines
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
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()
Powered by cgit v1.2.3 (git 2.41.0)