bots are not friendly
This commit is contained in:
@@ -212,7 +212,8 @@ class User extends SnowFlake {
|
|||||||
visable: function () {
|
visable: function () {
|
||||||
return (
|
return (
|
||||||
(this.relationshipType === 0 || this.relationshipType === 3) &&
|
(this.relationshipType === 0 || this.relationshipType === 3) &&
|
||||||
this.id !== this.localuser.user.id
|
this.id !== this.localuser.user.id &&
|
||||||
|
!this.bot
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
|
Reference in New Issue
Block a user