projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fa911
)
Remove endpoint parameters for API.update_with_media
author
Harmon
<Harmon758@gmail.com>
Fri, 19 Feb 2021 22:56:12 +0000
(16:56 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 19 Feb 2021 22:56:12 +0000
(16:56 -0600)
Remove in_reply_to_status_id_str and auto_populate_reply_metadata endpoint parameters for API.update_with_media
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 4d2672b9e71d86d601df49b5147b1c9d39c2f226..b36d0f7ea099f2db726558e4bc47d6842662b356 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-386,7
+386,6
@@
class API:
return self.request(
'POST', 'statuses/update_with_media', *args, endpoint_parameters=(
'status', 'possibly_sensitive', 'in_reply_to_status_id',
- 'in_reply_to_status_id_str', 'auto_populate_reply_metadata',
'lat', 'long', 'place_id', 'display_coordinates'
), **kwargs
)