mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
Fixes For Canary
This commit is contained in:
parent
107d896b40
commit
c4ba86345b
11 changed files with 12 additions and 168 deletions
|
@ -580,8 +580,8 @@ export default definePlugin({
|
|||
{
|
||||
find: '"MessageStore"',
|
||||
replacement: {
|
||||
match: /LOAD_MESSAGES_SUCCESS:function\(\i\){/,
|
||||
replace: "$&$self.messageLoadSuccess(arguments[0]);"
|
||||
match: /getOrCreate\(\i\);\i=\i\.loadComplete.*?}\),/,
|
||||
replace: "$self.messageLoadSuccess(arguments[0]);"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue