mirror of https://github.com/pixelfed/pixelfed.git
Fixes #1395
This commit is contained in:
parent
5565aa692f
commit
79e9337f94
|
@ -791,10 +791,12 @@ export default {
|
|||
'id[]': this.profileId
|
||||
}
|
||||
}).then(res => {
|
||||
if(res.data.length) {
|
||||
this.relationship = res.data[0];
|
||||
if(res.data[0].blocking == true) {
|
||||
this.warning = true;
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue