misskey/packages/backend/src/server/api/endpoints/channels
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
..
create.ts fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908) 2024-06-01 11:16:44 +09:00
favorite.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
follow.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
followed.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
my-favorites.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
owned.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
timeline.ts Exclude suspended users note from most timelines (#15775) 2025-05-01 17:56:24 +09:00
unfavorite.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
unfollow.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
update.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00