Use actor type to determine whether a user is a bot

merge-requests/1891/merge
tusooa 9 months ago
parent cc4aaccf38
commit a709127a3c
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51

@ -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…
Cancel
Save