MutualGroupDMs: Fix broken patch (#3634)
This commit is contained in:
parent
c5888c25f7
commit
67aff64fed
1 changed files with 2 additions and 2 deletions
|
|
@ -109,14 +109,14 @@ export default definePlugin({
|
||||||
},
|
},
|
||||||
// User Profile Modal v2
|
// User Profile Modal v2
|
||||||
{
|
{
|
||||||
find: ".tabBarPanel,children:",
|
find: ".tabBarPanel,{[",
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /items:(\i),.+?(?=return\(0,\i\.jsxs?\)\("div)/,
|
match: /items:(\i),.+?(?=return\(0,\i\.jsxs?\)\("div)/,
|
||||||
replace: "$&$self.pushSection($1,arguments[0].user);"
|
replace: "$&$self.pushSection($1,arguments[0].user);"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
match: /\.tabBarPanel,children:(?=.+?section:(\i))/,
|
match: /\.tabBarPanel,.+?children:(?=.+?section:(\i))/,
|
||||||
replace: "$&$1==='MUTUAL_GDMS'?$self.renderMutualGDMs(arguments[0]):"
|
replace: "$&$1==='MUTUAL_GDMS'?$self.renderMutualGDMs(arguments[0]):"
|
||||||
},
|
},
|
||||||
// Make the gap between each item smaller so our tab can fit.
|
// Make the gap between each item smaller so our tab can fit.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue