diff --git a/deltachat-ios/Chat/Views/MessageLabel.swift b/deltachat-ios/Chat/Views/MessageLabel.swift index ba72d4f64..31ec60208 100644 --- a/deltachat-ios/Chat/Views/MessageLabel.swift +++ b/deltachat-ios/Chat/Views/MessageLabel.swift @@ -510,7 +510,7 @@ open class MessageLabel: UILabel { } handleTransitInformation(transformedTransitInformation) case let .custom(pattern, match): - guard let match = match else { return false } + guard let match else { return false } switch detectorType { case .hashtag: handleHashtag(match)