mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Feature/2792 function accounts s1
This commit is contained in:
@@ -43,6 +43,7 @@ static NSString *const kHTMLATagRegexPattern = @"<a href=\"(.*?)\">([^<]*)</a>";
|
||||
*/
|
||||
NSDataDetector *linkDetector;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation MXKEventFormatter
|
||||
@@ -311,7 +312,7 @@ static NSString *const kHTMLATagRegexPattern = @"<a href=\"(.*?)\">([^<]*)</a>";
|
||||
{
|
||||
// Check we can output the error
|
||||
NSParameterAssert(error);
|
||||
|
||||
|
||||
*error = MXKEventFormatterErrorNone;
|
||||
|
||||
// Filter the events according to their type.
|
||||
|
||||
Reference in New Issue
Block a user