diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index a370deb..5cc0f57 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -2321,7 +2321,7 @@ class Mastodon: | |||
2321 | ### | 2321 | ### |
2322 | # Writing data: Featured hashtags | 2322 | # Writing data: Featured hashtags |
2323 | ### | 2323 | ### |
2324 | @api_version("3.0.0", "3.0.0", __DICT_VERSION_FEATURED_TAG) | 2324 | @api_version("3.0.0", "4.0.0", __DICT_VERSION_FEATURED_TAG) |
2325 | def featured_tag_create(self, name): | 2325 | def featured_tag_create(self, name): |
2326 | """ | 2326 | """ |
2327 | Creates a new featured hashtag displayed on the logged-in users profile. | 2327 | Creates a new featured hashtag displayed on the logged-in users profile. |