Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-12-12 02:19:56 -05:00
commit fc7827a2f0
9 changed files with 44 additions and 49 deletions

View file

@ -123,8 +123,8 @@ export default definePlugin({
{
find: '"MessageReactionsStore"',
replacement: {
match: /(?<=CONNECTION_OPEN:function\(\){)(\i)={}/,
replace: "$&;$self.reactions=$1"
match: /function (\i)\(\){(\i)={}(?=.*CONNECTION_OPEN:\1)/,
replace: "$&;$self.reactions=$2;"
}
},
{