diff options
author | Lorenz Diener <[email protected]> | 2018-07-30 20:45:26 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-07-30 20:45:26 +0200 |
commit | 2af3fd82f4194c4b089ae06d982525c52e3ae00e (patch) | |
tree | 66e0d94562ee1ababdd189c6f30f00b0b77b3923 /mastodon | |
parent | 053d8f3b4f939a7ae2430c7847492f688a69abb5 (diff) | |
download | mastodon.py-2af3fd82f4194c4b089ae06d982525c52e3ae00e.tar.gz |
Improve documentation for status_reply
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
1198 | CW and visibility if not explicitly overridden. | 1198 | CW and visibility if not explicitly overridden. |
1199 | 1199 | ||
1200 | Set `untag` to True if you want the reply to only go to the user you | 1200 | Set `untag` to True if you want the reply to only go to the user you |
1201 | are replying to. | 1201 | are replying to, removing every other mentioned user from the |
1202 | conversation. | ||
1202 | """ | 1203 | """ |
1203 | user_id = self.__get_logged_in_id() | 1204 | user_id = self.__get_logged_in_id() |
1204 | 1205 | ||