mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-24 05:47:00 -04:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
c2a1eb4b24
5 changed files with 13 additions and 21 deletions
|
@ -57,7 +57,7 @@ export default definePlugin({
|
|||
find: ".pronouns,children",
|
||||
replacement: [
|
||||
{
|
||||
match: /{user:(\i),[^}]*,pronouns:(\i),[^}]*}=\i;/,
|
||||
match: /{user:(\i),[^}]*,pronouns:(\i),[^}]*}=\i.*?;(?=return)/,
|
||||
replace: "$&let vcPronounSource;[$2,vcPronounSource]=$self.useProfilePronouns($1.id);"
|
||||
},
|
||||
PRONOUN_TOOLTIP_PATCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue