minor fix

This commit is contained in:
Ryan ZHAO
2021-05-13 10:24:32 +10:00
parent 46a01010e1
commit 267a94b8ef
4 changed files with 12 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ class Contact(val sessionID: String) {
// The key with which the profile picture is encrypted.
var profilePictureEncryptionKey: ByteArray? = null
// The ID of the thread associated with this contact.
var threadID: Int? = null
var threadID: Long? = null
// This flag is used to determine whether we should auto-download files sent by this contact.
var isTrusted = false