fix(tests/nim): fix nim tests compilation

This commit is contained in:
Patryk Osmaczko 2023-01-13 09:50:31 +01:00 committed by osmaczko
parent 5676fb96ef
commit ac56bbdfdd
1 changed files with 2 additions and 1 deletions

View File

@ -21,12 +21,13 @@ proc createTestMessageItem(id: string, clock: int64): Item =
senderIsAdded = false, senderIsAdded = false,
outgoingStatus = "", outgoingStatus = "",
text = "", text = "",
unparsedText = "",
image = "", image = "",
messageContainsMentions = false, messageContainsMentions = false,
seen = true, seen = true,
timestamp = 0, timestamp = 0,
clock = clock, clock = clock,
ContentType.Unknown, contentType = ContentType.Unknown,
messageType = -1, messageType = -1,
contactRequestState = 0, contactRequestState = 0,
sticker = "", sticker = "",