Merge branch 'fix-pinned-statuses' into shigusegubu
* fix-pinned-statuses: only for user TL removed file because that logic has been removed
This commit is contained in:
commit
20fd73f6b9
2 changed files with 1 additions and 28 deletions
|
|
@ -37,7 +37,7 @@
|
|||
</template>
|
||||
<template v-for="status in timeline.visibleStatuses">
|
||||
<conversation
|
||||
v-if="timelineName === 'bookmarks' || (status.id >= timeline.minId && status.id <= timeline.maxId)"
|
||||
v-if="timelineName !== 'user' || (status.id >= timeline.minId && status.id <= timeline.maxId)"
|
||||
:key="status.id"
|
||||
class="status-fadein"
|
||||
:status-id="status.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue