-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to probeCircles()
in CircleHelper
#498
Comments
I quickly looked into it and am not sure whether that's possible easily. @ArtificialOwl how is the membership cache in circles handled? Does it get invalidated by write operations? Or can we get outdated data from |
`probeCircles()` is lighter and more performant. Fixes: #498 Signed-off-by: Jonas <[email protected]>
`probeCircles()` is lighter and more performant. Fixes: #498 Signed-off-by: Jonas <[email protected]>
`probeCircles()` is lighter and more performant. Fixes: #498 Signed-off-by: Jonas <[email protected]>
`probeCircles()` is lighter and more performant. Fixes: #498 Signed-off-by: Jonas <[email protected]>
Once we remove support for Nextcloud 25 (and only support 26 onwards), we should switch to
probCircles()
in CircleHelper. It's lighter and the recommended way to get circles.The text was updated successfully, but these errors were encountered: