From 600ffc65d9d169daeada2177bb013d5b4bfa7d6c Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sat, 19 Mar 2022 18:34:07 +0000 Subject: [PATCH] fix(comments): no-cache so we get accurate reply counts in comment list item --- .../frontend/src/main/components/comments/CommentListItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/main/components/comments/CommentListItem.vue b/packages/frontend/src/main/components/comments/CommentListItem.vue index fcd51c9d0..43e8daf6c 100644 --- a/packages/frontend/src/main/components/comments/CommentListItem.vue +++ b/packages/frontend/src/main/components/comments/CommentListItem.vue @@ -128,6 +128,7 @@ export default { } } `, + fetchPolicy: 'no-cache', variables() { return { streamId: this.$route.params.streamId,