mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
feat(core): Add URL encryption for GDPR compliancy. Disable url encryption for caldav.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
}
|
||||
|
||||
- (NSString *) nameInContainer {
|
||||
return [SOGoUser getEncryptedUsernameIfNeeded: [super nameInContainer]];
|
||||
return [SOGoUser getEncryptedUsernameIfNeeded: [super nameInContainer] request: [context request]];
|
||||
}
|
||||
|
||||
/* ownership */
|
||||
|
||||
Reference in New Issue
Block a user