aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 19:16:58 +0200
committerLorenz Diener <[email protected]>2019-10-12 19:16:58 +0200
commit50717ce548c0fd193a48348a539548842f9c3bb3 (patch)
treec71b5d38f4ec1aa7233c278fb3a24198577cef62
parent037b7ddd1722a44e4152098221d1e207d8c54d34 (diff)
downloadmastodon.py-50717ce548c0fd193a48348a539548842f9c3bb3.tar.gz
Remove warning from conversations API, since it seems to be stable
-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)