From 65ab6962d870baeba7cb4b3c1b66eb6447174e1b Mon Sep 17 00:00:00 2001 From: smizrahi Date: Mon, 11 Mar 2024 10:29:41 +0100 Subject: [PATCH] feat(core): Update to ckeditor 5. Fixes #5920. Change to add raw-html-embed on all signatures --- SoObjects/SOGo/SOGoUser.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index 622f15b51..27cee8ba9 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -1111,9 +1111,7 @@ static const NSString *kEncryptedUserNamePrefix = @"uenc"; tmpIdentity = [NSMutableDictionary dictionaryWithDictionary: identity]; if ([tmpIdentity objectForKey: @"signature"]) { // Add raw html embed class - if ([[tmpIdentity objectForKey: @"signature"] rangeOfString:@"%@", [tmpIdentity objectForKey: @"signature"]]; [tmpIdentity setObject:signature forKey:@"signature"]; }