diff options
author | Lorenz Diener <[email protected]> | 2017-11-21 14:47:13 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-11-21 14:47:13 +0100 |
commit | 7771b27b72601c63f1c90fc4872684cf66a71e4b (patch) | |
tree | 646af1ddc1eb6290cb2985f28eb93bcf20c44a09 /mastodon | |
parent | 32f8b8bed9226f8069883d85e9d38d69f6a67910 (diff) | |
download | mastodon.py-7771b27b72601c63f1c90fc4872684cf66a71e4b.tar.gz |
Document local hashtag timelines
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() |