Update tombstone texts that will be parsed from the Twitter response to say Post instead of Tweet
This commit is contained in:
parent
162802914f
commit
34d3e16439
@ -365,6 +365,14 @@ var tombstone_types = map[string]string{
|
|||||||
"This Tweet is from an account that no longer exists. Learn more": "no longer exists",
|
"This Tweet is from an account that no longer exists. Learn more": "no longer exists",
|
||||||
"Age-restricted adult content. This content might not be appropriate for people under 18 years old. To view this media, " +
|
"Age-restricted adult content. This content might not be appropriate for people under 18 years old. To view this media, " +
|
||||||
"you’ll need to log in to Twitter. Learn more": "age-restricted",
|
"you’ll need to log in to Twitter. Learn more": "age-restricted",
|
||||||
|
|
||||||
|
// New versions that use "Post" instead of "Tweet"
|
||||||
|
"This Post was deleted by the Post author. Learn more": "deleted",
|
||||||
|
"This Post is from a suspended account. Learn more": "suspended",
|
||||||
|
"You’re unable to view this Post because this account owner limits who can view their Posts. Learn more": "hidden",
|
||||||
|
"This Post is unavailable. Learn more": "unavailable",
|
||||||
|
"This Post violated the Twitter Rules. Learn more": "violated",
|
||||||
|
"This Post is from an account that no longer exists. Learn more": "no longer exists",
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user