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"',
|
||||
replacement: {
|
||||
match: /(?<=focusMessage\(\i\){.+?)(?=focus:{messageId:(\i)})/,
|
||||
replace: "before:$1,"
|
||||
replace: "after:$1,"
|
||||
}
|
||||
},
|
||||
// Force Server Home instead of Server Guide
|
||||
|
|
Loading…
Reference in a new issue