Problem: Filtered groups were missing preview images because getGroupsByConsentStatus() only returned group metadata without images. Solution: Load all groups with getAllGroupsWithModerationInfo() first (includes images), add consent data, then filter in-memory based on query parameters. This ensures preview images are always included. |
||
|---|---|---|
| .. | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| package.json | ||