Преглед изворни кода

Expand "bounced" tombstone match

Zed пре 6 година
родитељ
комит
43e87f5174
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/parserutils.nim

+ 1 - 1
src/parserutils.nim

@@ -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