Fix compiler warnings

This commit is contained in:
Zed
2021-12-20 03:11:12 +01:00
parent f02515fda2
commit 7af71ec480
12 changed files with 21 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ type
verified*: bool
protected*: bool
suspended*: bool
joinDate*: Time
joinDate*: DateTime
VideoType* = enum
m3u8 = "application/x-mpegURL"
@@ -152,7 +152,7 @@ type
replyId*: int64
profile*: Profile
text*: string
time*: Time
time*: DateTime
reply*: seq[string]
pinned*: bool
hasThread*: bool