From a88fe43f03169e475ae365d2209dd593529f22ef Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Fri, 3 Nov 2023 05:26:51 +0900 Subject: [PATCH] Avoid direct access to properties --- src/components/status/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status/status.js b/src/components/status/status.js index 9bb3364f..f4a6e319 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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