Use feed role for notifs and timelines

This commit is contained in:
tusooa 2022-11-08 10:34:38 -05:00
parent 17aa503106
commit b718c0c77d
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
</div> </div>
<div <div
class="panel-body" class="panel-body"
role="list" role="feed"
> >
<div <div
v-for="notification in notificationsToDisplay" v-for="notification in notificationsToDisplay"

View File

@ -79,7 +79,7 @@
<div <div
ref="timeline" ref="timeline"
class="timeline" class="timeline"
role="list" role="feed"
> >
<conversation <conversation
v-for="statusId in filteredPinnedStatusIds" v-for="statusId in filteredPinnedStatusIds"