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 Dec 8, 2024
1 parent 04b0ac0 commit 95bd4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/app/utils/TwitterGraphQLAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TwitterGraphQLAPI:
'premium_content_api_read_enabled': False,
'communities_web_enable_tweet_community_results_fetch': True,
'c9s_tweet_anatomy_moderator_badge_enabled': True,
'responsive_web_grok_analyze_button_fetch_trends_enabled': False,
'responsive_web_grok_analyze_button_fetch_trends_enabled': True,
'responsive_web_edit_tweet_api_enabled': True,
'graphql_is_translatable_rweb_tweet_is_translatable_enabled': True,
'view_counts_everywhere_api_enabled': True,
Expand Down Expand Up @@ -107,7 +107,7 @@ class TwitterGraphQLAPI:
'premium_content_api_read_enabled': False,
'communities_web_enable_tweet_community_results_fetch': True,
'c9s_tweet_anatomy_moderator_badge_enabled': True,
'responsive_web_grok_analyze_button_fetch_trends_enabled': False,
'responsive_web_grok_analyze_button_fetch_trends_enabled': True,
'articles_preview_enabled': True,
'responsive_web_edit_tweet_api_enabled': True,
'graphql_is_translatable_rweb_tweet_is_translatable_enabled': True,
Expand Down Expand Up @@ -140,7 +140,7 @@ class TwitterGraphQLAPI:
'premium_content_api_read_enabled': False,
'communities_web_enable_tweet_community_results_fetch': True,
'c9s_tweet_anatomy_moderator_badge_enabled': True,
'responsive_web_grok_analyze_button_fetch_trends_enabled': False,
'responsive_web_grok_analyze_button_fetch_trends_enabled': True,
'articles_preview_enabled': True,
'responsive_web_edit_tweet_api_enabled': True,
'graphql_is_translatable_rweb_tweet_is_translatable_enabled': True,
Expand Down

0 comments on commit 95bd4d0

Please sign in to comment.