diff options
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 | ||