We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfa395 commit 9afdf4aCopy full SHA for 9afdf4a
src/views/Posts.vue
@@ -454,6 +454,7 @@ export default {
454
threadsApi.slugToThreadId(to.params.threadSlug).then(t => t.id)
455
.then(threadId => {
456
params.thread_id = threadId
457
+ threadsApi.viewed(threadId)
458
return postsApi.byThread(params)
459
.then(data => next(vm => {
460
vm.postData.data = data
@@ -473,6 +474,7 @@ export default {
473
474
475
476
477
478
return postsApi.byThread(params).then(data => {
479
this.postData.data = data
480
BanStore.updateBanNotice(this.postData.data.banned_from_board)
0 commit comments