diff --git a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift index 69b3ffb7b..efc436e97 100644 --- a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift +++ b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift @@ -42,6 +42,7 @@ struct AttributedStringBuilder: AttributedStringBuilderProtocol { static func invalidateCaches() { AttributedStringBuilderV1.invalidateCaches() + AttributedStringBuilderV2.invalidateCaches() } init(cacheKey: String = defaultKey, mentionBuilder: MentionBuilderProtocol) {