fix(comments): no-cache so we get accurate reply counts in comment list item
This commit is contained in:
@@ -128,6 +128,7 @@ export default {
|
||||
}
|
||||
}
|
||||
`,
|
||||
fetchPolicy: 'no-cache',
|
||||
variables() {
|
||||
return {
|
||||
streamId: this.$route.params.streamId,
|
||||
|
||||
Reference in New Issue
Block a user