File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 62
62
</b-card >
63
63
</div >
64
64
<NewsLocation v-if =" !id" class =" p-2" @changed =" areaChange" />
65
+ <NoticeMessage v-if =" id && newsfeed && newsfeed.length && !newsfeed[0].visible" class =" mt-2" >
66
+ Sorry, this thread isn't around any more.
67
+ </NoticeMessage >
65
68
<div class =" p-0 pt-1 mb-1" >
66
69
<ul v-for =" entry in newsfeed" :key =" 'newsfeed-' + entry.id + '-area-' + selectedArea" class =" list-unstyled" >
67
70
<li v-if =" entry && entry.visible && !entry.unfollowed && entry.threadhead === entry.id" >
90
93
import InfiniteLoading from ' vue-infinite-loading'
91
94
import { TooltipPlugin } from ' bootstrap-vue'
92
95
import Vue from ' vue'
96
+ import NoticeMessage from ' ../../components/NoticeMessage'
93
97
import loginRequired from ' @/mixins/loginRequired.js'
94
98
import buildHead from ' @/mixins/buildHead'
95
99
import twem from ' ~/assets/js/twem'
@@ -103,6 +107,7 @@ const NewsLocation = () => import('~/components/NewsLocation')
103
107
104
108
export default {
105
109
components: {
110
+ NoticeMessage,
106
111
InfiniteLoading,
107
112
NewsThread,
108
113
OurFilePond,
You can’t perform that action at this time.
0 commit comments