parent
9629a55a9f
commit
a368294b43
|
@ -1,13 +1,12 @@
|
|||
{{#if notification.type === 'mention' || notification.type === 'reblog' || notification.type === 'favourite'}}
|
||||
{{#if status}}
|
||||
<Status :index :length :timelineType :timelineValue :focusSelector
|
||||
status={{notification.status}}
|
||||
:notification
|
||||
on:recalculateHeight
|
||||
:status :notification on:recalculateHeight
|
||||
/>
|
||||
{{else}}
|
||||
<article class="notification-article"
|
||||
tabindex="0"
|
||||
aria-posinset={{index}} aria-setsize={{length}} >
|
||||
aria-posinset={{index}}
|
||||
aria-setsize={{length}} >
|
||||
<StatusHeader :notification :notificationId :status :statusId :timelineType
|
||||
:account :accountId :uuid isStatusInNotification="true" />
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue