mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Improved sample of NextCloud Contacts Suggestions for #96
This commit is contained in:
parent
c3a95db495
commit
a6d5f6ad91
2 changed files with 8 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ class NextcloudContactsSuggestions implements \RainLoop\Providers\Suggestions\IS
|
|||
try
|
||||
{
|
||||
$sQuery = \trim($sQuery);
|
||||
if ('' === $sQuery || !NextcloudPlugin::IsIntegrated()) {
|
||||
if ('' === $sQuery) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue