Fix else opening bracket

Co-authored-by: Gil Eluard <gile@element.io>
This commit is contained in:
aringenbach
2022-06-03 12:08:16 +02:00
committed by GitHub
parent d7e876ada1
commit abb40e805f
@@ -1884,7 +1884,8 @@ static NSString *const kHTMLATagRegexPattern = @"<a href=\"(.*?)\">([^<]*)</a>";
MXJSONModelSetString(repliedEventContent, repliedEvent.content[kMXMessageContentKeyNewContent][kMXMessageBodyKey]);
}
}
else {
else
{
MXJSONModelSetString(repliedEventContent, repliedEvent.content[@"formatted_body"]);
if (!repliedEventContent)
{