ResurrectHome: Likely fix breaking latest messages in chat

This commit is contained in:
Nuckyz 2024-05-17 19:41:12 -03:00
parent 8b0e7030ad
commit 4e92612aa8
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -135,7 +135,7 @@ export default definePlugin({
find: '"MessageActionCreators"',
replacement: {
match: /(?<=focusMessage\(\i\){.+?)(?=focus:{messageId:(\i)})/,
replace: "before:$1,"
replace: "after:$1,"
}
},
// Force Server Home instead of Server Guide