mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
feat(core): Add URL encryption for GDPR compliancy (refactoring)
This commit is contained in:
@@ -87,8 +87,7 @@
|
||||
}
|
||||
|
||||
- (NSString *) nameInContainer {
|
||||
NSString *foo = [SOGoUser getEncryptedUsernameIfNeeded: [super nameInContainer] withContext: context];
|
||||
return foo;
|
||||
return [SOGoUser getEncryptedUsernameIfNeeded: [super nameInContainer] withContext: context];
|
||||
}
|
||||
|
||||
- (NSString *) davURLAsString
|
||||
|
||||
Reference in New Issue
Block a user