Remove warning from conversations API, since it seems to be stable
This commit is contained in:
pare
037b7ddd17
commit
50717ce548
S'han modificat 1 arxius amb 0 adicions i 3 eliminacions
|
@ -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))
|
||||||
|
|
Loading…
Referencia en una nova incidència