Skip to content

Commit

Permalink
Document local hashtag timelines
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Nov 21, 2017
1 parent 32f8b8b commit 7771b27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mastodon/Mastodon.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def timeline_hashtag(self, hashtag, local=False, max_id=None, since_id=None, lim
"""
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()
Expand Down

0 comments on commit 7771b27

Please sign in to comment.