misskey/packages/backend/src/server/api/endpoints/channels
anatawa12 367dac4edd
Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 (#16009)
* chore: change 3rd parameter of generateMutedUserQueryForNotes to options

* chore: allow specifying note column for note/block query

* chore: check for mute / block for renote of note with DB query

* chore: check for mute / block for renote of note with FTT

* refactor: ミュート・ブロックのためのクエリ呼び出しを一つの関数にまとめる

* docs(changelog): ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正

* fix missing default parameter

* Update is-user-related.ts

* test: add tests for mutes

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-05-29 13:13:07 +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 fix(backend): チャンネルフォロー一覧のsinceId/untilIdによる絞り込みが上手く動いていないのを修正 (#13698) 2025-05-03 15:40:57 +09: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 Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題 (#16009) 2025-05-29 13:13:07 +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