diff --git a/Session/Home/New Conversation/NewMessageScreen.swift b/Session/Home/New Conversation/NewMessageScreen.swift index 67bb8fc09..3df826f86 100644 --- a/Session/Home/New Conversation/NewMessageScreen.swift +++ b/Session/Home/New Conversation/NewMessageScreen.swift @@ -75,11 +75,8 @@ struct NewMessageScreen: View { case .standard: startNewDM(with: onsNameOrPublicKey) - case .blinded15, .blinded25, .group, .unblinded: - errorString = "accountIdErrorInvalid".localized() - default: - break + errorString = "accountIdErrorInvalid".localized() } return }