Skip to content

Commit

Permalink
fix unfollowers
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Nov 22, 2024
1 parent d8dea9c commit 8ec49e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Old Twitter Layout (2024)",
"description": "__MSG_ext_description__",
"version": "1.8.9.4",
"version": "1.8.9.5",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,7 @@ const API = {
return new Promise((resolve, reject) => {
fetch(`https://api.${location.hostname}/1.1/users/lookup.json?user_id=${ids.join(",")}`, {
headers: {
"authorization": OLDTWITTER_CONFIG.public_token,
"authorization": OLDTWITTER_CONFIG.oauth_key,
"x-csrf-token": OLDTWITTER_CONFIG.csrf,
"x-twitter-auth-type": "OAuth2Session",
"content-type": "application/x-www-form-urlencoded; charset=UTF-8"
Expand Down

0 comments on commit 8ec49e5

Please sign in to comment.