mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Fix reply to usernames containing HTML escape characters
This commit is contained in:
@@ -1995,7 +1995,7 @@ static NSString *const kHTMLATagRegexPattern = @"<a href=(?:'|\")(.*?)(?:'|\")>(
|
||||
|
||||
if (senderDisplayName)
|
||||
{
|
||||
html = [html stringByReplacingCharactersInRange:userIdRange withString:senderDisplayName];
|
||||
html = [html stringByReplacingCharactersInRange:userIdRange withString:senderDisplayName.stringByAddingHTMLEntities];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user