|
|
|
|
@ -350,7 +350,7 @@ class ProfileManager implements IProfileManager {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Return the profile config of the target user with additional medatata,
|
|
|
|
|
* Return the profile config of the target user with additional metadata,
|
|
|
|
|
* if a config does not already exist a default config is created and returned
|
|
|
|
|
*/
|
|
|
|
|
public function getProfileConfigWithMetadata(IUser $targetUser, ?IUser $visitingUser): array {
|
|
|
|
|
@ -399,7 +399,7 @@ class ProfileManager implements IProfileManager {
|
|
|
|
|
],
|
|
|
|
|
IAccountManager::PROPERTY_ORGANISATION => [
|
|
|
|
|
'appId' => self::CORE_APP_ID,
|
|
|
|
|
'displayId' => $this->l10nFactory->get('lib')->t('Organisation'),
|
|
|
|
|
'displayId' => $this->l10nFactory->get('lib')->t('Organization'),
|
|
|
|
|
],
|
|
|
|
|
IAccountManager::PROPERTY_ROLE => [
|
|
|
|
|
'appId' => self::CORE_APP_ID,
|
|
|
|
|
|