Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen 2024-04-27 10:56:20 -04:00
commit c2a1eb4b24
5 changed files with 13 additions and 21 deletions

View file

@ -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