Remove warning from conversations API, since it seems to be stable

pull/204/head
Lorenz Diener 2019-10-12 19:16:58 +02:00
rodzic 037b7ddd17
commit 50717ce548
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -1863,9 +1863,6 @@ class Mastodon:
Marks a single conversation as read. Marks a single conversation as read.
Returns the updated `conversation dict`_. Returns the updated `conversation dict`_.
WARNING: This method is currently not documented in the official API and
might therefore be unstable.
""" """
id = self.__unpack_id(id) id = self.__unpack_id(id)
url = '/api/v1/conversations/{0}/read'.format(str(id)) url = '/api/v1/conversations/{0}/read'.format(str(id))