-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 #11912
fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 #11912
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #11912 +/- ##
===========================================
- Coverage 78.93% 78.67% -0.27%
===========================================
Files 928 176 -752
Lines 99069 23144 -75925
Branches 7888 511 -7377
===========================================
- Hits 78202 18208 -59994
+ Misses 20867 4936 -15931
☔ View full report in Codecov by Sentry. |
9cbe93d
to
fb55d88
Compare
b162b35
to
ada99ec
Compare
チャット機能が復活する可能性もないことはないからUI上から設定項目を消すだけ(ローカリゼーションや設定自体は残す)で良さそうと思ったけどどうだろ |
DMノートをチャット風UIで表示する機能が実装される可能性は大いにある |
復活させるときにRevertすればいい説もあるといえばありそう |
だとすれば、おそらくそれはチャットでは無く、今ある機能の名前で言うとダイレクトノートなので、 |
locales を残す場合は、 45f15bd のコミットだけchery-pickすれば良いので、どちらでも……! |
ada99ec
to
2bdeb81
Compare
#11962 |
🙏 |
…#11912) * fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 * fix(frontend): 各localesからsfx/chat sfx/chatbgを削除
What
クライアント設定->サウンド から以下の2項目を削除した
before
after
Why
チャット機能は 13.7.0 で削除されており (https://misskey-hub.net/docs/releases.html#_13-7-0 )
サウンド設定だけがクライアント設定に残っていたため、削除した。
Additional info (optional)
Checklist