File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/src/main/java/org/thoughtcrime/securesms/notifications Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import kotlinx.coroutines.flow.emptyFlow
1313import kotlinx.coroutines.flow.filter
1414import kotlinx.coroutines.flow.filterNotNull
1515import kotlinx.coroutines.flow.flatMapLatest
16- import kotlinx.coroutines.flow.map
1716import kotlinx.coroutines.flow.onStart
1817import kotlinx.coroutines.launch
1918import kotlinx.coroutines.sync.Semaphore
@@ -47,6 +46,7 @@ class PushRegistrationHandler @Inject constructor(
4746 @param:ManagerScope private val scope : CoroutineScope ,
4847 @param:PushNotificationModule.PushProcessingSemaphore
4948 private val semaphore : Semaphore ,
49+ private val storage : StorageProtocol ,
5050 private val pushRegistrationDatabase : PushRegistrationDatabase ,
5151) : OnAppStartupComponent {
5252
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import org.session.libsession.database.userAuth
2424import org.session.libsession.messaging.sending_receiving.notifications.Response
2525import org.session.libsession.snode.SwarmAuth
2626import org.session.libsession.utilities.ConfigFactoryProtocol
27+ import org.session.libsession.utilities.TextSecurePreferences
2728import org.session.libsignal.exceptions.NonRetryableException
2829import org.session.libsignal.utilities.AccountId
2930import org.session.libsignal.utilities.IdPrefix
You can’t perform that action at this time.
0 commit comments