From 50717ce548c0fd193a48348a539548842f9c3bb3 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 19:16:58 +0200 Subject: Remove warning from conversations API, since it seems to be stable --- mastodon/Mastodon.py | 3 --- 1 file changed, 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: 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)) -- cgit v1.2.3