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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user