Update message because of EU NSFW Tweet block

This commit is contained in:
dangered wolf 2023-04-06 16:06:03 -04:00
parent e12cdf6c9b
commit 3b9edfe3ee
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ export const fetchConversation = async (
event: FetchEvent
): Promise<TimelineBlobPartial> => {
return (await twitterFetch(
`${Constants.TWITTER_ROOT}/i/api/2/timeline/conversation/${status}.json?${Constants.GUEST_FETCH_PARAMETERS}`,
`${Constants.TWITTER_API_ROOT}/2/timeline/conversation/${status}.json?${Constants.GUEST_FETCH_PARAMETERS}`,
event,
(_conversation: unknown) => {
const conversation = _conversation as TimelineBlobPartial;

View file

@ -146,7 +146,7 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while
FINAL_POLL_RESULTS: 'Final results',
ERROR_API_FAIL: 'Tweet failed to load due to an API error :(',
ERROR_PRIVATE: `I can't embed Tweets from private accounts, sorry about that :(`,
ERROR_PRIVATE: `Due to Twitter API changes, NSFW Tweets are currently being blocked in some regions. We are currently looking into a workaround. 🙏`,
ERROR_TWEET_NOT_FOUND: `Sorry, that Tweet doesn't exist :(`,
ERROR_UNKNOWN: `Unknown error occurred, sorry about that :(`,