Sharkey/packages/backend
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
..
.vscode
assets
migration remove IDX_instance_host_filters as it slowed down queries more than it helped 2025-06-06 23:35:25 -04:00
scripts
src fix UserEntityService packMany hints 2025-06-13 10:20:32 +01:00
test use pnpm package alias for @transfem-org/sfm-js 2025-06-12 21:11:16 -04:00
test-federation enable TypeScript incremental mode to speed up IDEs 2025-05-28 21:31:39 -04:00
test-server enable TypeScript incremental mode to speed up IDEs 2025-05-28 21:31:39 -04:00
.madgerc
.swcrc
eslint.config.js
jest.config.cjs
jest.config.e2e.cjs
jest.config.fed.cjs
jest.config.unit.cjs
jsconfig.json
ormconfig.js
package.json downgrade htmlparser2 to match cheerio 2025-06-12 21:18:52 -04:00
README.md
tsconfig.json enable TypeScript incremental mode to speed up IDEs 2025-05-28 21:31:39 -04:00

Misskey Backend