Skip to content

Commit f6948ad

Browse files
committed
[Twitter.reply] Update API endpoint
1 parent 3f55f97 commit f6948ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/twitter/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ impl TwitterRequester {
221221
"withArticlePlainText": false
222222
});
223223
let mut url = Url::from_str(
224-
"https://x.com/i/api/graphql/wdllkXYZIqXnuwj9wF9jDA/UserTweetsAndReplies",
224+
"https://x.com/i/api/graphql/rUGgLrfxEz17FY2HSk2b6w/UserTweetsAndReplies",
225225
)?;
226226
{
227227
let mut query = url.query_pairs_mut();

0 commit comments

Comments
 (0)