MESSENGER-5290 fix klickable events part two

This commit is contained in:
Frank Rotermund
2024-02-02 13:57:50 +01:00
parent 9f55da8b53
commit af9354320a
2 changed files with 9 additions and 2 deletions
@@ -1796,10 +1796,10 @@ static NSString *const kRepliedTextPattern = @"<mx-reply>.*<blockquote>.*<br>(.*
// body font is the same with the whole string font, no need to change body font
// apply additional treatments
//
// bwi #5290 remove links from status cells
if (!event.isState) {
[self postRenderAttributedString:str];
}
}
return str;
}