|
|
@ -172,6 +172,7 @@ class HomeActivity : PassphraseRequiredActionBarActivity, ConversationClickListe
|
|
|
|
SessionManagementProtocol.configureIfNeeded(sessionResetImpl, sskDatabase, application)
|
|
|
|
SessionManagementProtocol.configureIfNeeded(sessionResetImpl, sskDatabase, application)
|
|
|
|
MultiDeviceProtocol.configureIfNeeded(apiDB)
|
|
|
|
MultiDeviceProtocol.configureIfNeeded(apiDB)
|
|
|
|
IP2Country.configureIfNeeded(this)
|
|
|
|
IP2Country.configureIfNeeded(this)
|
|
|
|
|
|
|
|
application.registerForFCMIfNeeded(false)
|
|
|
|
// Preload device links to make message sending quicker
|
|
|
|
// Preload device links to make message sending quicker
|
|
|
|
val publicKeys = ContactUtilities.getAllContacts(this).filter { contact ->
|
|
|
|
val publicKeys = ContactUtilities.getAllContacts(this).filter { contact ->
|
|
|
|
!contact.recipient.isGroupRecipient && !contact.isOurDevice && !contact.isSlave
|
|
|
|
!contact.recipient.isGroupRecipient && !contact.isOurDevice && !contact.isSlave
|
|
|
|