diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-08 10:34:38 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-08 10:34:38 -0500 |
| commit | b718c0c77d16bf917dc564404cb0fa61a2c535b3 (patch) | |
| tree | f64a643f1b0a91535318614e84439f7ef0bbb09b /src/components/timeline/timeline.vue | |
| parent | 17aa503106f129e391f8478ade6821f09ef7494a (diff) | |
Use feed role for notifs and timelines
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index f561d974..877a0cc0 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -79,7 +79,7 @@ <div ref="timeline" class="timeline" - role="list" + role="feed" > <conversation v-for="statusId in filteredPinnedStatusIds" |
