mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix leftover of #1479
This commit is contained in:
parent
345a4952b9
commit
0b464bf596
@ -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 } })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user