Fix leftover of #1479

This commit is contained in:
roschaefer 2019-09-06 10:22:11 +02:00
parent 345a4952b9
commit 0b464bf596

View File

@ -388,7 +388,7 @@ export default {
resetPostList() { resetPostList() {
this.offset = 0 this.offset = 0
this.posts = [] this.posts = []
this.hasMore = false this.hasMore = true
}, },
async block(user) { async block(user) {
await this.$apollo.mutate({ mutation: Block(), variables: { id: user.id } }) await this.$apollo.mutate({ mutation: Block(), variables: { id: user.id } })