From 92a7cbac35444d6ec9f6a705e8d431b886c38962 Mon Sep 17 00:00:00 2001 From: alex martin shepherd <110127860+alexmshepherd@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:43:40 +0100 Subject: [PATCH] Clarify status_reply ( #310 ) --- mastodon/statuses.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mastodon/statuses.py b/mastodon/statuses.py index 36a7d2b..7368961 100644 --- a/mastodon/statuses.py +++ b/mastodon/statuses.py @@ -326,6 +326,8 @@ class Mastodon(Internals): the users that are being replied to to the status text and retains CW and visibility if not explicitly overridden. + Note that `to_status` should be a :ref:`status dict ` and not an ID. + Set `untag` to True if you want the reply to only go to the user you are replying to, removing every other mentioned user from the conversation.