mirror of https://github.com/pixelfed/pixelfed.git
Update DirectMessage.vue component
This commit is contained in:
parent
0c95f679b3
commit
b89896052c
|
@ -456,7 +456,9 @@
|
||||||
// objDiv.scrollTop = objDiv.scrollHeight;
|
// objDiv.scrollTop = objDiv.scrollHeight;
|
||||||
// }, 300);
|
// }, 300);
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
if(err.response.status == 403) {
|
if(err.response.status == 400) {
|
||||||
|
swal('Error', err.response.data.error, 'error');
|
||||||
|
} else if(err.response.status == 403) {
|
||||||
self.blocked = true;
|
self.blocked = true;
|
||||||
swal('Profile Unavailable', 'You cannot message this profile at this time.', 'error');
|
swal('Profile Unavailable', 'You cannot message this profile at this time.', 'error');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue