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)
|
return muteWordHits(this.status, this.muteWords)
|
||||||
},
|
},
|
||||||
botStatus () {
|
botStatus () {
|
||||||
return this.status.user.bot
|
return this.status.user.actor_type === 'Service'
|
||||||
},
|
},
|
||||||
showActorTypeIndicator () {
|
showActorTypeIndicator () {
|
||||||
return !this.hideBotIndication
|
return !this.hideBotIndication
|
||||||
|
Loading…
Reference in New Issue
Block a user