mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
43b0bdc08a
commit
b01810e261
7 changed files with 31 additions and 39 deletions
|
|
@ -36,7 +36,6 @@ proc getBanner(user: User): string =
|
|||
return user.profileBannerUrl & "/1500x500"
|
||||
if user.profileLinkColor.len > 0:
|
||||
return '#' & user.profileLinkColor
|
||||
return "#161616"
|
||||
|
||||
proc parseUser*(json: string; username=""): Profile =
|
||||
handleErrors:
|
||||
|
|
|
|||
Loading…
Reference in a new issue