misskey/packages/backend/src/server/api/endpoints/notes
anatawa12 2fcb50273d
Exclude suspended users note from most timelines (#15775)
* feat: exclude notes by suspended user from FTT timeline endpoint

* feat: exclude notes by suspended user from DB based timelines

* chore: fix types

* chore: fix types

* chore: fix non-reply / renote

* chore: fix non-reply / renote

* test: update test

* docs(changelog): 凍結されたユーザのノートが各種タイムラインで表示されないように

* Exclude suspended users note from featured

* fix: join user

* Update CHANGELOG.md

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-05-01 17:56:24 +09:00
..
favorites (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
polls fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
reactions fix(backend): fix creating reactions bugs (#13901) 2024-06-22 19:49:38 +09:00
thread-muting Feat: Chat (#15686) 2025-03-24 21:32:46 +09:00
children.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09: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 refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
delete.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
featured.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
global-timeline.ts refactor(backend): better method name 2025-03-27 16:51:08 +09:00
hybrid-timeline.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
local-timeline.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
mentions.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09: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 Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
replies.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
search-by-tag.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
search.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
show.ts feat: ノートの閲覧にログイン必須にする設定 (#14799) 2024-10-21 12:49:29 +09:00
state.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
timeline.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
translate.ts refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
unrenote.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
user-list-timeline.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00