fix myFollowings not being passed from packMany to pack

This commit is contained in:
Hazelnoot 2025-08-11 16:22:33 -04:00
parent c31283e9d6
commit 6936ccf8db

View file

@ -867,6 +867,7 @@ export class UserEntityService implements OnModuleInit {
userIdsByUri, userIdsByUri,
instances, instances,
securityKeyCounts, securityKeyCounts,
myFollowings,
}, },
)), )),
); );