Cleanup avatars nextcloud handling

This commit is contained in:
the-djmaze 2024-06-24 16:23:18 +02:00
parent 0b494a13a5
commit 5a63b02782
2 changed files with 37 additions and 39 deletions

View file

@ -172,6 +172,7 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
if (\class_exists('OC') && isset(\OC::$server)) {
$aResult[] = \RainLoop\Plugins\Property::NewInstance('nextcloud')->SetLabel('Lookup Nextcloud Contacts')
->SetType(\RainLoop\Enumerations\PluginPropertyType::BOOL)
// ->SetAllowedInJs(true)
->SetDefaultValue(false);
}
*/