Clarify status_reply ( #310 )

pull/327/head
alex martin shepherd 2023-03-03 12:43:40 +01:00 zatwierdzone przez GitHub
rodzic c796cf39b0
commit 92a7cbac35
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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.