Avoid direct access to properties

This commit is contained in:
itepechi 2023-11-03 05:26:51 +09:00
parent f54248e133
commit a88fe43f03
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ const Status = {
if (this.statusoid.user.id === this.currentUser.id) return false if (this.statusoid.user.id === this.currentUser.id) return false
const reasonsToMute = this.userIsMuted || const reasonsToMute = this.userIsMuted ||
// Thread is muted // Thread is muted
status.thread_muted || this.status.thread_muted ||
// Wordfiltered // Wordfiltered
this.muteWordHits.length > 0 || this.muteWordHits.length > 0 ||
// bot status // bot status