Use feed role for notifs and timelines
This commit is contained in:
parent
17aa503106
commit
b718c0c77d
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="panel-body"
|
||||
role="list"
|
||||
role="feed"
|
||||
>
|
||||
<div
|
||||
v-for="notification in notificationsToDisplay"
|
||||
|
@ -79,7 +79,7 @@
|
||||
<div
|
||||
ref="timeline"
|
||||
class="timeline"
|
||||
role="list"
|
||||
role="feed"
|
||||
>
|
||||
<conversation
|
||||
v-for="statusId in filteredPinnedStatusIds"
|
||||
|
Loading…
Reference in New Issue
Block a user