Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Mar 5, 2024
1 parent dfbd9e3 commit fc3daa0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ interface MLSConversationRepository {

suspend fun getClientIdentity(clientId: ClientId): Either<CoreFailure, WireIdentity?>
suspend fun getUserIdentity(userId: UserId): Either<CoreFailure, List<WireIdentity>>
suspend fun getMembersIdentities(
mlsGroupId: GroupID,
): Either<CoreFailure, Map<UserId, List<WireIdentity>>>

suspend fun getMembersIdentities(
conversationId: ConversationId,
Expand Down Expand Up @@ -647,10 +644,6 @@ internal class MLSConversationDataSource(
}
}

override suspend fun getMembersIdentities(mlsGroupId: GroupID): Either<CoreFailure, Map<UserId, List<WireIdentity>>> {
TODO("Not yet implemented")
}

override suspend fun getMembersIdentities(
conversationId: ConversationId,
userIds: List<UserId>
Expand Down

0 comments on commit fc3daa0

Please sign in to comment.