Implement indicator for groups

This commit is contained in:
tusooa 2023-12-27 22:54:44 -05:00
commit cc4aaccf38
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 20 additions and 19 deletions

View file

@ -232,17 +232,11 @@ const Status = {
muteWordHits () {
return muteWordHits(this.status, this.muteWords)
},
rtBotStatus () {
return this.statusoid.user.bot
},
botStatus () {
return this.status.user.bot
},
botIndicator () {
return this.botStatus && !this.hideBotIndication
},
rtBotIndicator () {
return this.rtBotStatus && !this.hideBotIndication
showActorTypeIndicator () {
return !this.hideBotIndication
},
mentionsLine () {
if (!this.headTailLinks) return []