1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 08:04:06 +02:00

enhance(frontend): MkNoteDetailedの公開範囲表示を改善 (#17374)

* enhance(frontend): 노트 상세 페이지에서 공개 범위를 자세히 표시하도록 개선됨

* Update Changelog

* fix

---------

Co-authored-by: NoriDev <m1nthing2322@gmail.com>
This commit is contained in:
かっこかり
2026-05-05 20:53:27 +09:00
committed by GitHub
parent 86542f07d3
commit 90725d6a8c
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
### General
- Enhance: チャンネルの作成の可否をロールポリシーで制御できるように
- Enhance: ノートの詳細表示での公開範囲の表示を改善
(Cherry-picked from https://github.com/kokonect-link/cherrypick/commit/ecc75563f4e428b66adccc379bf317b5b21ed8e6)
- Fix: `.devcontainer/compose.yml`のvolumeのマウントパスを修正
### Client