From d3a694e6e7e02fb9ea2663d73f92f3bff0dec541 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 2 Jun 2023 18:45:02 +0200 Subject: [PATCH] watch posts filters, to ensure that hasMore is reset to true --- webapp/pages/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue index 267ff618b..7b5c4a903 100644 --- a/webapp/pages/index.vue +++ b/webapp/pages/index.vue @@ -213,6 +213,11 @@ export default { }, }, watchQuery: ['hashtag'], + watch: { + postsFilter() { + this.resetPostList() + }, + }, mounted() { if (this.categoryId) { this.resetCategories()