From 2af3fd82f4194c4b089ae06d982525c52e3ae00e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 20:45:26 +0200 Subject: [PATCH] Improve documentation for status_reply --- mastodon/Mastodon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 4efa475..68a6901 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -1198,7 +1198,8 @@ class Mastodon: CW and visibility if not explicitly overridden. Set `untag` to True if you want the reply to only go to the user you - are replying to. + are replying to, removing every other mentioned user from the + conversation. """ user_id = self.__get_logged_in_id()