mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
[server] Refresh fileCount only if trash or usage changed
This commit is contained in:
@@ -14,6 +14,8 @@ import (
|
||||
// Avoid adding any direct dependencies to the other controller.
|
||||
type Controller struct {
|
||||
FileRepo *repo.FileRepository
|
||||
UsageRepo *repo.UsageRepository
|
||||
TrashRepo *repo.TrashRepository
|
||||
StoreBonusRepo *storagebonus.Repository
|
||||
UserCache *cache.UserCache
|
||||
}
|
||||
|
Reference in New Issue
Block a user