Avoid direct access to properties
This commit is contained in:
parent
f54248e133
commit
a88fe43f03
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ const Status = {
|
|||
if (this.statusoid.user.id === this.currentUser.id) return false
|
||||
const reasonsToMute = this.userIsMuted ||
|
||||
// Thread is muted
|
||||
status.thread_muted ||
|
||||
this.status.thread_muted ||
|
||||
// Wordfiltered
|
||||
this.muteWordHits.length > 0 ||
|
||||
// bot status
|
||||
|
|
Loading…
Reference in a new issue