Skip to content

Commit

Permalink
Fixed cherry-pick issues
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Jul 9, 2024
1 parent b03d9ed commit cf8a740
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ internal class ConversationGroupRepositoryImpl(
}

when (apiResult) {
<<<<<<< HEAD
is Either.Left -> handleCreateConverstionFailure(
is Either.Left -> handleCreateConversationFailure(
apiResult = apiResult,
usersList = usersList,
name = name,
Expand All @@ -141,11 +140,6 @@ internal class ConversationGroupRepositoryImpl(
)

is Either.Right -> handleGroupConversationCreated(apiResult.value, selfTeamId, usersList, lastUsersAttempt)
=======
is Either.Left -> handleCreateConversationFailure(apiResult, usersList, failedUsersList, name, options)

is Either.Right -> handleCreateConversationSuccess(apiResult, usersList, failedUsersList, selfTeamId)
>>>>>>> 478ed1e7d8 (fix: Allow creating empty MLS GroupConversation (#2869))
}
}

Expand Down

0 comments on commit cf8a740

Please sign in to comment.