Browse Source

only for user TL

Henry Jameson 2 năm trước cách đây
mục cha
commit
7b60adb480
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"