aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index f019ec7..b6bcfd3 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1863,9 +1863,6 @@ class Mastodon:
1863 Marks a single conversation as read. 1863 Marks a single conversation as read.
1864 1864
1865 Returns the updated `conversation dict`_. 1865 Returns the updated `conversation dict`_.
1866
1867 WARNING: This method is currently not documented in the official API and
1868 might therefore be unstable.
1869 """ 1866 """
1870 id = self.__unpack_id(id) 1867 id = self.__unpack_id(id)
1871 url = '/api/v1/conversations/{0}/read'.format(str(id)) 1868 url = '/api/v1/conversations/{0}/read'.format(str(id))
Powered by cgit v1.2.3 (git 2.41.0)