Skip to content

Commit

Permalink
Update: [Server][Utils/TwitterGraphQLAPI] GraphQL API へのリクエストペイロードを最新…
Browse files Browse the repository at this point in the history
…の Twitter Web App に合わせて修正
  • Loading branch information
tsukumijima committed Aug 7, 2024
1 parent adcc14c commit 7f21dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/app/utils/TwitterGraphQLAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ async def createTweet(self,
'possibly_sensitive': False,
},
'semantic_annotation_ids': [],
'disallowed_reply_options': None,
},
x_client_transaction_id = x_client_transaction_id,
error_message_prefix = 'ツイートの送信に失敗しました。',
Expand Down

0 comments on commit 7f21dbb

Please sign in to comment.