mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
d07c161ecb
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ export default definePlugin({
|
|||
replacement: [
|
||||
// Make the channel appear as muted if it's hidden
|
||||
{
|
||||
match: /{channel:(\i),name:\i,muted:(\i).+?;/,
|
||||
match: /\.subtitle,.+?;(?=return\(0,\i\.jsxs?\))(?<={channel:(\i),name:\i,muted:(\i).+?;)/,
|
||||
replace: (m, channel, muted) => `${m}${muted}=$self.isHiddenChannel(${channel})?true:${muted};`
|
||||
},
|
||||
// Make voice channels also appear as muted if they are muted
|
||||
|
|
Loading…
Add table
Reference in a new issue