diff --git a/packages/client/src/components/MkNotifications.vue b/packages/client/src/components/MkNotifications.vue index 7607e41b9..36493e2d5 100644 --- a/packages/client/src/components/MkNotifications.vue +++ b/packages/client/src/components/MkNotifications.vue @@ -26,7 +26,7 @@ " :key="notification.id" :note="notification.note" - :collapsedReply="true" + :collapsedReply="notification.type === 'reply'" />