bots are not friendly
This commit is contained in:
parent
ebe6c5aae3
commit
7ed14dbb18
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ class User extends SnowFlake {
|
|||
visable: function () {
|
||||
return (
|
||||
(this.relationshipType === 0 || this.relationshipType === 3) &&
|
||||
this.id !== this.localuser.user.id
|
||||
this.id !== this.localuser.user.id &&
|
||||
!this.bot
|
||||
);
|
||||
},
|
||||
icon: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue