ViewIcons: Fix Group Icons being clickable in channel list
This commit is contained in:
parent
c3757a2ae6
commit
8b0e7030ad
1 changed files with 1 additions and 2 deletions
|
@ -212,8 +212,7 @@ export default definePlugin({
|
||||||
},
|
},
|
||||||
// Group DMs top small & large icon
|
// Group DMs top small & large icon
|
||||||
{
|
{
|
||||||
find: ".recipients.length>=2",
|
find: /\.recipients\.length>=2(?!<isMultiUserDM.{0,50})/,
|
||||||
all: true,
|
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /null==\i\.icon\?.+?src:(\(0,\i\.getChannelIconURL\).+?\))(?=[,}])/,
|
match: /null==\i\.icon\?.+?src:(\(0,\i\.getChannelIconURL\).+?\))(?=[,}])/,
|
||||||
replace: (m, iconUrl) => `${m},onClick:()=>$self.openImage(${iconUrl})`
|
replace: (m, iconUrl) => `${m},onClick:()=>$self.openImage(${iconUrl})`
|
||||||
|
|
Loading…
Reference in a new issue