1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 02:05:47 +02:00

fix(frontend): 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 (#16603)

* fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加

* fix(misskey-js): 廃止された通知が定義に残っているのを修正

* fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
This commit is contained in:
かっこかり
2025-10-06 08:55:22 +09:00
committed by GitHub
parent a8fcdb79ab
commit d03cf4d7f9
5 changed files with 12 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ export const notificationTypes = [
'scheduledNotePostFailed',
'receiveFollowRequest',
'followRequestAccepted',
'groupInvited',
'app',
'roleAssigned',
'chatRoomInvitationReceived',