fix: pass current user into `InstanceEntityService.packMany`
What does this PR do? (Please give us a brief description of what this PR does.)
This fixes a bug where instances returned from the admin API and stats endpoint are missing the moderation note. This was due to a missing "me" parameter in InstanceEntityService.packMany
.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this pull request