Skip to content

Commit

Permalink
added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Jan 21, 2025
1 parent e457aa9 commit 4afcd7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ internal class MLSWelcomeEventHandlerImpl(
}
.flatMapLeft {
if (it is MLSFailure.ConversationAlreadyExists) {
kaliumLogger.w("$TAG: Discarding welcome since the conversation already exists")
Either.Right(Unit)
} else {
Either.Left(it)
Expand Down

0 comments on commit 4afcd7c

Please sign in to comment.