Use actor type to determine whether a user is a bot
This commit is contained in:
parent
cc4aaccf38
commit
a709127a3c
@ -233,7 +233,7 @@ const Status = {
|
||||
return muteWordHits(this.status, this.muteWords)
|
||||
},
|
||||
botStatus () {
|
||||
return this.status.user.bot
|
||||
return this.status.user.actor_type === 'Service'
|
||||
},
|
||||
showActorTypeIndicator () {
|
||||
return !this.hideBotIndication
|
||||
|
Loading…
Reference in New Issue
Block a user