mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-29 23:02:49 -05:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user