mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Amend comment
This commit is contained in:
@@ -1983,8 +1983,8 @@ static NSString *const kHTMLATagRegexPattern = @"<a href=(?:'|\")(.*?)(?:'|\")>(
|
||||
}
|
||||
|
||||
// Replace <mx-reply><blockquote><a href=\"__permalink__\">In reply to</a>
|
||||
// By <mx-reply><blockquote><a href=\"#\">['In reply to' from resources]</a>
|
||||
// To disable the link and to localize the "In reply to" string
|
||||
// By <mx-reply><blockquote><a href=\"__permalink__\">['In reply to' from resources]</a>
|
||||
// To localize the "In reply to" string
|
||||
// This link is the first <a> HTML node of the html string
|
||||
|
||||
if (inReplyToTextRange.location != NSNotFound)
|
||||
|
||||
Reference in New Issue
Block a user