1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-04 03:22:19 -04:00

Make "Tweet unavailable" clickable and consistent

This commit is contained in:
Zed
2026-02-14 02:19:53 +01:00
parent cbce620692
commit 90b664ffb7
5 changed files with 27 additions and 25 deletions

View File

@@ -72,7 +72,6 @@ template getTypeName*(js: JsonNode): string =
template getEntryId*(e: JsonNode): string =
e{"entryId"}.getStr(e{"entry_id"}.getStr)
template parseTime(time: string; f: static string; flen: int): DateTime =
if time.len != flen: return
parse(time, f, utc())