mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 01:46:23 +00:00
ResurrectHome: Likely fix breaking latest messages in chat
This commit is contained in:
parent
8b0e7030ad
commit
4e92612aa8
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export default definePlugin({
|
||||||
find: '"MessageActionCreators"',
|
find: '"MessageActionCreators"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=focusMessage\(\i\){.+?)(?=focus:{messageId:(\i)})/,
|
match: /(?<=focusMessage\(\i\){.+?)(?=focus:{messageId:(\i)})/,
|
||||||
replace: "before:$1,"
|
replace: "after:$1,"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Force Server Home instead of Server Guide
|
// Force Server Home instead of Server Guide
|
||||||
|
|
Loading…
Reference in a new issue