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

This commit is contained in:
Lorenz Diener 2019-10-12 19:16:58 +02:00
pare 037b7ddd17
commit 50717ce548

Veure arxiu

@ -1863,9 +1863,6 @@ class Mastodon:
Marks a single conversation as read.
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)
url = '/api/v1/conversations/{0}/read'.format(str(id))