From 65e2596d9bad2ac0a0c434ccc89700bd8e5d12ff Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 28 Apr 2019 14:02:34 +0200 Subject: [PATCH] Add versioning and return val docs to conversation_read --- mastodon/Mastodon.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index f5bf4ac..edb67f8 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -1499,10 +1499,13 @@ class Mastodon: ### # Writing data: Conversations ### + @api_version("2.6.0", "2.6.0", __DICT_VERSION_CONVERSATION) def conversations_read(self, id): """ 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. """