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,
outgoingStatus = "",
text = "",
unparsedText = "",
image = "",
messageContainsMentions = false,
seen = true,
timestamp = 0,
clock = clock,
ContentType.Unknown,
contentType = ContentType.Unknown,
messageType = -1,
contactRequestState = 0,
sticker = "",