diff --git a/bin/mastodon-data.js b/bin/mastodon-data.js index 46584d2..d1bd2a8 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 78777b2..64e57b9 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 0a2978b..6d61b3c 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}} - +