Sharkey/packages/backend/src/server/api/endpoints/notes
zyoshoka 514a65e453
perf(backend): avoid N+1 selects from user table when packing many entities (#13911)
* perf(backend): avoid N+1 selects from `user` table when packing many entities

* perf(backend): use `packMany` instead of mapping to `pack`
2024-05-31 15:32:42 +09:00
..
favorites (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
polls Exclude channel notes from featured polls (#13838) 2024-05-20 18:08:20 +09:00
reactions (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
thread-muting (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
children.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
clips.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
conversation.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
create.test.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
create.ts fix(backend): incorrect logic for determining whether Quote or not (#13700) 2024-04-14 10:23:48 +09:00
delete.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
featured.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
global-timeline.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
hybrid-timeline.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
local-timeline.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
mentions.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
reactions.ts perf(backend): avoid N+1 selects from user table when packing many entities (#13911) 2024-05-31 15:32:42 +09:00
renotes.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
replies.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
search-by-tag.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
search.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
show.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
state.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
timeline.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
translate.ts fix(backend): better notes/translate error response (#13631) 2024-03-30 13:51:53 +09:00
unrenote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
user-list-timeline.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00