Skip to content

Commit

Permalink
chore: remove duplicated enroll e2ei use case
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Mar 13, 2024
1 parent cfceb4a commit ef09bb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ internal class MLSConversationDataSource(

override suspend fun getClientIdentity(clientId: ClientId) =
wrapStorageRequest { conversationDAO.getE2EIConversationClientInfoByClientId(clientId.value) }.flatMap {
kaliumLogger.i("#### conversation id for e2ei: ${it.clientId}, $it.")
mlsClientProvider.getMLSClient().flatMap { mlsClient ->
wrapMLSRequest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ class UserSessionScope internal constructor(
)
}

val enrollE2EI: EnrollE2EIUseCase get() = EnrollE2EIUseCaseImpl(e2eiRepository)

private val notificationTokenRepository get() = NotificationTokenDataSource(globalPreferences.tokenStorage)

private val subconversationRepository = SubconversationRepositoryImpl()
Expand Down

0 comments on commit ef09bb6

Please sign in to comment.