diff --git a/bin/mastodon-data.js b/bin/mastodon-data.js
index 46584d2a..d1bd2a83 100644
--- a/bin/mastodon-data.js
+++ b/bin/mastodon-data.js
@@ -186,10 +186,6 @@ export const actions = times(30, i => ({
privacy: 'unlisted'
}
},
- {
- user: 'admin',
- boost: 'notification-of-unlisted-message'
- },
{
user: 'admin',
boost: 'foobar-this-is-unlisted'
diff --git a/routes/_components/status/Notification.html b/routes/_components/status/Notification.html
index 78777b22..64e57b98 100644
--- a/routes/_components/status/Notification.html
+++ b/routes/_components/status/Notification.html
@@ -10,7 +10,8 @@
aria-posinset="{{index}}" aria-setsize="{{length}}"
>
-
+
{{/if}}
@@ -35,10 +36,23 @@
\ No newline at end of file
diff --git a/routes/_components/status/Status.html b/routes/_components/status/Status.html
index 0a2978ba..6d61b3c5 100644
--- a/routes/_components/status/Status.html
+++ b/routes/_components/status/Status.html
@@ -7,29 +7,34 @@
aria-label="{{ariaLabel}}"
on:recalculateHeight>
{{#if showHeader}}
-
+
{{/if}}
-
-
+
+
{{#if !isStatusInOwnThread}}
-
+
{{/if}}
-
+
{{#if originalStatus.spoiler_text}}
-
{{/if}}
{{#if !originalStatus.spoiler_text || spoilerShown}}
-
+
{{/if}}
{{#if originalStatus.media_attachments && originalStatus.media_attachments.length}}
-
+
{{/if}}
{{#if isStatusInOwnThread}}
-
+
{{/if}}
-
+