Feature/2792 function accounts s1

This commit is contained in:
Frank Rotermund
2022-05-30 15:54:26 +00:00
parent 77e4648f24
commit 8ce76b722d
16 changed files with 459 additions and 9 deletions
@@ -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.