Clarify status_reply ( #310 )

This commit is contained in:
alex martin shepherd 2023-03-03 12:43:40 +01:00 committed by GitHub
parent c796cf39b0
commit 92a7cbac35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,6 +326,8 @@ class Mastodon(Internals):
the users that are being replied to to the status text and retains the users that are being replied to to the status text and retains
CW and visibility if not explicitly overridden. CW and visibility if not explicitly overridden.
Note that `to_status` should be a :ref:`status dict <status dict>` and not an ID.
Set `untag` to True if you want the reply to only go to the user you 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 are replying to, removing every other mentioned user from the
conversation. conversation.