Explorar el Código

Use actor type to determine whether a user is a bot

tusooa hace 1 año
padre
commit
a709127a3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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