|
|
|
@ -38,7 +38,6 @@ import org.session.libsignal.crypto.ecc.DjbECPublicKey
|
|
|
|
|
import org.session.libsignal.crypto.ecc.ECKeyPair
|
|
|
|
|
import org.session.libsignal.utilities.AccountId
|
|
|
|
|
import org.session.libsignal.utilities.Log
|
|
|
|
|
import org.thoughtcrime.securesms.database.MmsDatabase
|
|
|
|
|
import org.thoughtcrime.securesms.database.MmsSmsDatabase
|
|
|
|
|
import org.thoughtcrime.securesms.database.RecipientDatabase
|
|
|
|
|
import org.thoughtcrime.securesms.database.ThreadDatabase
|
|
|
|
@ -64,7 +63,6 @@ class ConfigToDatabaseSync @Inject constructor(
|
|
|
|
|
private val storage: StorageProtocol,
|
|
|
|
|
private val threadDatabase: ThreadDatabase,
|
|
|
|
|
private val recipientDatabase: RecipientDatabase,
|
|
|
|
|
private val mmsDatabase: MmsDatabase,
|
|
|
|
|
private val pollerFactory: PollerFactory,
|
|
|
|
|
private val clock: SnodeClock,
|
|
|
|
|
private val profileManager: ProfileManager,
|
|
|
|
|