Просмотр исходного кода

Use actor type to determine whether a user is a bot

tusooa 1 год назад
Родитель
Сommit
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)
     },
     botStatus () {
-      return this.status.user.bot
+      return this.status.user.actor_type === 'Service'
     },
     showActorTypeIndicator () {
       return !this.hideBotIndication