Преглед на файлове

Use actor type to determine whether a user is a bot

tusooa преди 1 година
родител
ревизия
a709127a3c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)
       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