diff --git a/packages/backend/src/core/CacheService.ts b/packages/backend/src/core/CacheService.ts index e31377771d..9bc25a65c4 100644 --- a/packages/backend/src/core/CacheService.ts +++ b/packages/backend/src/core/CacheService.ts @@ -573,6 +573,8 @@ export class CacheService implements OnApplicationShutdown { this.userFollowingsCache.clear(); this.userFollowStatsCache.clear(); this.translationsCache.clear(); + this.userFollowingChannelsCache.clear(); + this.federatedInstanceCache.clear(); } @bindThis @@ -598,6 +600,8 @@ export class CacheService implements OnApplicationShutdown { this.userFollowingsCache.dispose(); this.userFollowersCache.dispose(); this.hibernatedUserCache.dispose(); + this.userFollowStatsCache.dispose(); + this.translationsCache.dispose(); } @bindThis