-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(circles): Use
probeCircles()
instead of getCircles()
if possible
`probeCircles()` is lighter and more performant. We can only use `probeCircles()` on newer Nextcloud versions though: * Nextcloud 31+ * Nextcloud 30 starting with 30.0.3 * Nextcloud 29 starting with 29.0.10 * Nextcloud 28 starting with 28.0.13 Fixes: #498 Signed-off-by: Jonas <jonas@freesources.org>
- Loading branch information
Showing
3 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters