Skip to content

Commit 977cdde

Browse files
committed
[Twitter.reply] Update API endpoint
1 parent cd0160b commit 977cdde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/platform/twitter/request.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl TwitterRequester {
183183
"rweb_video_screen_enabled": false,
184184
"profile_label_improvements_pcf_label_in_post_enabled": true,
185185
"responsive_web_profile_redirect_enabled": false,
186-
"rweb_tipjar_consumption_enabled": true,
186+
"rweb_tipjar_consumption_enabled": false,
187187
"verified_phone_label_enabled": false,
188188
"creator_subscriptions_tweet_preview_api_enabled": true,
189189
"responsive_web_graphql_timeline_navigation_enabled": true,
@@ -221,7 +221,7 @@ impl TwitterRequester {
221221
"withArticlePlainText": false
222222
});
223223
let mut url = Url::from_str(
224-
"https://x.com/i/api/graphql/rUGgLrfxEz17FY2HSk2b6w/UserTweetsAndReplies",
224+
"https://x.com/i/api/graphql/NullQbZlUJl-u6oBYRdrVw/UserTweetsAndReplies",
225225
)?;
226226
{
227227
let mut query = url.query_pairs_mut();

0 commit comments

Comments
 (0)