mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
6aeec1fb79
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ export default definePlugin({
|
|||
{
|
||||
find: '?"@":""',
|
||||
replacement: {
|
||||
match: /(?<=onContextMenu:\i,children:).*?\)}/,
|
||||
replace: "$self.renderUsername(arguments[0])}"
|
||||
match: /(?<=children:)\(\i\?"@":""\)\+\i(?=,|\})/,
|
||||
replace: "$self.renderUsername(arguments[0])"
|
||||
}
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue