Change ID types to int64

This commit is contained in:
Jason Francis
2019-12-09 18:39:12 -05:00
parent d6a2cd324f
commit 5576cbac8d
7 changed files with 19 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ proc getUserpic*(userpic: string; style=""): string =
proc getUserpic*(profile: Profile; style=""): string =
getUserPic(profile.userpic, style)
proc getVideoEmbed*(cfg: Config; id: int): string =
proc getVideoEmbed*(cfg: Config; id: int64): string =
&"https://{cfg.hostname}/i/videos/{id}"
proc pageTitle*(profile: Profile): string =