Procházet zdrojové kódy

Use actor type to determine whether a user is a bot

tusooa před 1 rokem
rodič
revize
a709127a3c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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