From: Harmon Date: Wed, 7 Apr 2021 18:17:20 +0000 (-0500) Subject: Improve payload type consistency for API.no_retweets_friendships X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8299992f0a7c0670c73639b00ee31de56e54d425;p=tweepy.git Improve payload type consistency for API.no_retweets_friendships --- diff --git a/tweepy/api.py b/tweepy/api.py index 42bfb2a..0dec71a 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1529,7 +1529,7 @@ class API: user_id=list_to_csv(user_id), **kwargs ) - @payload('json') + @payload('ids') def no_retweets_friendships(self, **kwargs): """no_retweets_friendships(*, stringify_ids)