mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-25 01:28:52 -05:00
Fix MessageLoggerEnhanced
This commit is contained in:
parent
e79f7159e1
commit
447c492991
1 changed files with 1 additions and 2 deletions
|
@ -581,10 +581,9 @@ export default definePlugin({
|
||||||
find: '"MessageStore"',
|
find: '"MessageStore"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /getOrCreate\(\i\);\i=\i\.loadComplete.*?}\),/,
|
match: /getOrCreate\(\i\);\i=\i\.loadComplete.*?}\),/,
|
||||||
replace: "$self.messageLoadSuccess(arguments[0]);"
|
replace: "$&$self.messageLoadSuccess(arguments[0]);"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
find: "THREAD_STARTER_MESSAGE?null===",
|
find: "THREAD_STARTER_MESSAGE?null===",
|
||||||
replacement: {
|
replacement: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue