misskey/packages/backend/src
おさむのひと 729abbef62
feat: チャンネルミュートの実装 (#14105)
* add channel_muting table and entities

* add channel_muting services

* タイムライン取得処理への組み込み

* misskey-jsの型とインターフェース生成

* Channelスキーマにミュート情報を追加

* フロントエンドの実装

* 条件が逆だったのを修正

* 期限切れミュートを掃除する機能を実装

* TLの抽出条件調節

* 名前の変更と変更不要の差分をロールバック

* 修正漏れ

* isChannelRelatedの条件に誤りがあった

* [wip] テスト追加

* テストの追加と検出した不備の修正

* fix test

* fix CHANGELOG.md

* 通常はFTTにしておく

* 実装忘れ対応

* fix merge

* fix merge

* add channel tl test

* fix CHANGELOG.md

* remove unused import

* fix lint

* fix test

* fix favorite -> favorited

* exclude -> include

* fix CHANGELOG.md

* fix CHANGELOG.md

* maintenance

* fix CHANGELOG.md

* fix

* fix ci

* regenerate

* fix

* Revert "fix"

This reverts commit 699d50c6ec.

* fixed

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-11-07 08:39:21 +09:00
..
@types revert 5f88d56d96 2024-07-20 21:33:20 +09:00
boot サーバー管理コマンド (#15882) 2025-08-20 16:35:26 +09:00
cli サーバー管理コマンド (#15882) 2025-08-20 16:35:26 +09:00
core feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
daemons refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
misc feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
models feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
queue feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
server feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
GlobalModule.ts feat: CREATE INDEX CONCURRENTLY for "userId" "id" composite note index if admin wish. (#15915) 2025-05-03 12:57:50 +09:00
MainModule.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NestLogger.ts lint fixes 2024-06-06 11:40:11 +09:00
config.ts enhance(backend): 設定ファイルにFastifyOptions.trustProxyを追加 (#16567) 2025-09-22 19:45:01 +09:00
const.ts feat: 新カスタム絵文字管理画面(β)の追加 (#13473) 2025-01-20 11:35:37 +00:00
decorators.ts refactor(backend): use Reflet for autobind deco (#14482) 2024-09-15 17:43:24 +09:00
di-symbols.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
env.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
global.d.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
logger.ts refactor(backend): remove unused logger option 2024-06-06 10:01:50 +09:00
postgres.ts feat: チャンネルミュートの実装 (#14105) 2025-11-07 08:39:21 +09:00
types.ts feat: scheduled post (#16577) 2025-09-26 15:29:52 +09:00