Remove IsExternal

Signed-off-by: Akhil <akhil@e.email>
This commit is contained in:
Akhil 2024-09-02 20:28:03 +05:30
parent cdaa4b1434
commit 0c9e4717a3
8 changed files with 1 additions and 25 deletions

View file

@ -38,11 +38,6 @@ class NextcloudAddressBook implements \RainLoop\Providers\AddressBook\AddressBoo
return true;
}
public function IsExternal(): bool
{
return true;
}
public function SetEmail(string $sEmail) : bool {
return true;
}