From 7618216344d65cde237c0ff29357f3fae47ac955 Mon Sep 17 00:00:00 2001 From: Killer Fish <61081555+Fiszh@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:38:02 +0200 Subject: [PATCH 1/2] fix(Twitch): fix moderator privacy setting --- websites/T/Twitch/Twitch.json | 2 +- websites/T/Twitch/presence.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/websites/T/Twitch/Twitch.json b/websites/T/Twitch/Twitch.json index 573e8e2b0fb5..7d8089a9b181 100644 --- a/websites/T/Twitch/Twitch.json +++ b/websites/T/Twitch/Twitch.json @@ -181,7 +181,7 @@ }, "twitch.modStreamer": { "description": "", - "message": "Moderating streamer:" + "message": "Moderating streamer" }, "twitch.moderationSettings": { "description": "Part 2 of the string: \"Viewing their\"", diff --git a/websites/T/Twitch/presence.ts b/websites/T/Twitch/presence.ts index 2b1c7ae75a38..16db72648a2f 100644 --- a/websites/T/Twitch/presence.ts +++ b/websites/T/Twitch/presence.ts @@ -474,7 +474,8 @@ presence.on('UpdateData', async () => { streamerinfo = getElement('.stream-info-card p > a') } - presenceData.state = streamerinfo + if (!privacy) + presenceData.state = streamerinfo if (getElement('.modview-dock-widget p') !== 'Offline') { presenceData.smallImageKey = Assets.Live From 6c702995a8abf7db2c111aaec82a8bc539f0626d Mon Sep 17 00:00:00 2001 From: Killer Fish <61081555+Fiszh@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:44:56 +0200 Subject: [PATCH 2/2] Bump version --- websites/T/Twitch/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/T/Twitch/metadata.json b/websites/T/Twitch/metadata.json index 9ecf5e7ccf43..74299ee5835e 100644 --- a/websites/T/Twitch/metadata.json +++ b/websites/T/Twitch/metadata.json @@ -55,7 +55,7 @@ "status.twitch.tv" ], "regExp": "^https?[:][/][/]([a-z0-9-]+[.])*twitch[.]tv[/]", - "version": "3.5.2", + "version": "3.5.3", "logo": "https://cdn.rcd.gg/PreMiD/websites/T/Twitch/assets/logo.png", "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/Twitch/assets/thumbnail.png", "color": "#9146FF",