ViewIcons: Fix Group Icons being clickable in channel list

main
Nuckyz 4 months ago
parent c3757a2ae6
commit 8b0e7030ad
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -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…
Cancel
Save