mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Make "Tweet unavailable" clickable and consistent
This commit is contained in:
parent
cbce620692
commit
90b664ffb7
5 changed files with 27 additions and 25 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue