浏览代码

only for user TL

Henry Jameson 2 年之前
父节点
当前提交
7b60adb480
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/timeline/timeline.vue

+ 1 - 1
src/components/timeline/timeline.vue

@@ -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"