diff --git a/src/renderer/components/organisms/Notification/Status.vue b/src/renderer/components/organisms/Notification/Status.vue
new file mode 100644
index 00000000..1c272a4a
--- /dev/null
+++ b/src/renderer/components/organisms/Notification/Status.vue
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+ {{ $t('notification.status.body') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/renderer/store/TimelineSpace/Contents/Notifications.ts b/src/renderer/store/TimelineSpace/Contents/Notifications.ts
index 1736c497..80d1aec9 100644
--- a/src/renderer/store/TimelineSpace/Contents/Notifications.ts
+++ b/src/renderer/store/TimelineSpace/Contents/Notifications.ts
@@ -152,9 +152,9 @@ const getters: GetterTree
= {
case NotificationType.Favourite:
case NotificationType.Reblog:
case NotificationType.Mention:
- case NotificationType.Poll:
case NotificationType.EmojiReaction:
case NotificationType.FollowRequest:
+ case NotificationType.Status:
return true
default:
return false