-
+
@@ -23,8 +23,6 @@ SPDX-License-Identifier: AGPL-3.0-only
[$style.t_mention]: notification.type === 'mention',
[$style.t_quote]: notification.type === 'quote',
[$style.t_pollEnded]: notification.type === 'pollEnded',
- [$style.t_scheduledNotePosted]: notification.type === 'scheduledNotePosted',
- [$style.t_scheduledNotePostFailed]: notification.type === 'scheduledNotePostFailed',
[$style.t_achievementEarned]: notification.type === 'achievementEarned',
[$style.t_exportCompleted]: notification.type === 'exportCompleted',
[$style.t_login]: notification.type === 'login',
@@ -41,8 +39,6 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
@@ -64,8 +60,6 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._notification.pollEnded }}
- {{ i18n.ts._notification.scheduledNotePosted }}
- {{ i18n.ts._notification.scheduledNotePostFailed }}
{{ i18n.ts._notification.newNote }}:
{{ i18n.ts._notification.roleAssigned }}
{{ i18n.ts._notification.chatRoomInvitationReceived }}
@@ -109,11 +103,6 @@ SPDX-License-Identifier: AGPL-3.0-only
-
-
-
-
-
{{ notification.role.name }}
@@ -349,16 +338,6 @@ function getActualReactedUsersCount(notification: Misskey.entities.Notification)
pointer-events: none;
}
-.t_scheduledNotePosted {
- background: var(--eventOther);
- pointer-events: none;
-}
-
-.t_scheduledNotePostFailed {
- background: var(--eventOther);
- pointer-events: none;
-}
-
.t_achievementEarned {
background: var(--eventAchievement);
pointer-events: none;
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue
index c1b950a6c8..9fec7ea4da 100644
--- a/packages/frontend/src/components/MkPostForm.vue
+++ b/packages/frontend/src/components/MkPostForm.vue
@@ -15,9 +15,9 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
@@ -43,7 +43,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ submitText }}
-
+
@@ -61,13 +61,6 @@ SPDX-License-Identifier: AGPL-3.0-only