1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-26 13:22:49 -05:00

Expand "bounced" tombstone match

This commit is contained in:
Zed
2020-06-01 10:30:57 +02:00
parent 10277bb58d
commit 43e87f5174

View File

@@ -104,7 +104,7 @@ proc getTombstone*(js: JsonNode): string =
result = "This tweet is unavailable."
of "Deactivated":
result = "This tweet is from an account that no longer exists."
of "Bounced":
of "Bounced", "BounceDeleted":
result = "This tweet violated the Twitter rules."
else:
result = js{"tombstoneInfo", "richText", "text"}.getStr