Bladeren bron

Use actor type to determine whether a user is a bot

tusooa 1 jaar geleden
bovenliggende
commit
a709127a3c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/components/status/status.js

+ 1 - 1
src/components/status/status.js

@@ -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