diff options
author | Lorenz Diener <[email protected]> | 2020-02-16 17:20:14 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2020-02-16 17:20:14 +0100 |
commit | 90ae6a655ee16f8f40affdf76b78ff61ef2976da (patch) | |
tree | 6a7f535c3f33fbab77c05b8ddf7cd59402a4ef9e /mastodon | |
parent | 766e638dae503b36a4cac0e120a7c2d6819c5dcc (diff) | |
download | mastodon.py-90ae6a655ee16f8f40affdf76b78ff61ef2976da.tar.gz |
Fix documentation of "content_type" parameter
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index afee359..c25c4db 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -1663,10 +1663,10 @@ class Mastodon: | |||
1663 | 2.8.2, you can only have either media or a poll attached, not both at | 1663 | 2.8.2, you can only have either media or a poll attached, not both at |
1664 | the same time. | 1664 | the same time. |
1665 | 1665 | ||
1666 | Specify `content_type` to set the content type of your post on Pleroma. | 1666 | **Specific to `pleroma` feature set:**: Specify `content_type` to set |
1667 | It accepts 'text/plain' (default), 'text/markdown', and 'text/html'. | 1667 | the content type of your post on Pleroma. It accepts 'text/plain' (default), |
1668 | This parameter is not supported on Mastodon servers, but will be | 1668 | 'text/markdown', 'text/html' and 'text/bbcode. This parameter is not |
1669 | safely ignored if set. | 1669 | supported on Mastodon servers, but will be safely ignored if set. |
1670 | 1670 | ||
1671 | **Specific to `fedibird` feature set:**: The `quote_id` parameter is | 1671 | **Specific to `fedibird` feature set:**: The `quote_id` parameter is |
1672 | a non-standard extension that specifies the id of a quoted status. | 1672 | a non-standard extension that specifies the id of a quoted status. |