remove unncessary code block in share recommendations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
291f85f0b8
commit
bf10181e49
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -622,23 +622,8 @@
|
||||||
}
|
}
|
||||||
previousUuid = grouped[i].uuid;
|
previousUuid = grouped[i].uuid;
|
||||||
}
|
}
|
||||||
var moreResultsAvailable =
|
|
||||||
(
|
|
||||||
oc_config['sharing.maxAutocompleteResults'] > 0
|
|
||||||
&& Math.min(perPage, oc_config['sharing.maxAutocompleteResults'])
|
|
||||||
<= Math.max(
|
|
||||||
users.length + exactUsers.length,
|
|
||||||
groups.length + exactGroups.length,
|
|
||||||
remoteGroups.length + exactRemoteGroups.length,
|
|
||||||
remotes.length + exactRemotes.length,
|
|
||||||
emails.length + exactEmails.length,
|
|
||||||
circles.length + exactCircles.length,
|
|
||||||
rooms.length + exactRooms.length,
|
|
||||||
lookup.length
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
deferred.resolve(result, exactMatches, moreResultsAvailable);
|
deferred.resolve(result, exactMatches, false);
|
||||||
} else {
|
} else {
|
||||||
deferred.reject(result.ocs.meta.message);
|
deferred.reject(result.ocs.meta.message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue