From 90ae6a655ee16f8f40affdf76b78ff61ef2976da Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 16 Feb 2020 17:20:14 +0100 Subject: [PATCH] Fix documentation of "content_type" parameter --- mastodon/Mastodon.py | 8 ++++---- 1 file 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: 2.8.2, you can only have either media or a poll attached, not both at the same time. - Specify `content_type` to set the content type of your post on Pleroma. - It accepts 'text/plain' (default), 'text/markdown', and 'text/html'. - This parameter is not supported on Mastodon servers, but will be - safely ignored if set. + **Specific to `pleroma` feature set:**: Specify `content_type` to set + the content type of your post on Pleroma. It accepts 'text/plain' (default), + 'text/markdown', 'text/html' and 'text/bbcode. This parameter is not + supported on Mastodon servers, but will be safely ignored if set. **Specific to `fedibird` feature set:**: The `quote_id` parameter is a non-standard extension that specifies the id of a quoted status.