mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Update message because of EU NSFW Tweet block
This commit is contained in:
parent
e12cdf6c9b
commit
3b9edfe3ee
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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 :(`,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue