1
0
Files
pawkey-sk/packages/backend/src/core
dakkar 01872419c3 fix UserEntityService packMany hints
* there's no need to pre-load follow requests for many users, since
  at most we'll pack them for only 1 user (the one requesting the
	data)

* similarly, it makes sense to preload security keys for many users
  if we're serving a moderator's request, but if not, we need at most 1
  user's keys (the requesting user's), and we can let `.pack()` fetch
  those

* we always need to preload relations when serving a detailed
  request, not only when the set of users to pack does not include the
  requesting user
2025-06-13 10:20:32 +01:00
..
2025-04-01 20:47:04 -04:00
2025-06-09 11:02:36 -04:00
2025-02-15 10:24:22 +09:00
2025-03-25 16:14:53 -04:00
2025-04-24 14:23:45 -04:00
2025-03-25 16:14:53 -04:00
2025-06-12 21:11:16 -04:00