mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
"Fix"
This commit is contained in:
parent
1fdbbdde99
commit
aa1cee3080
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ import { ChannelStore, UploadHandler } from "@webpack/common";
|
|||
|
||||
import { FFmpegState, Sticker } from "./types";
|
||||
|
||||
// eslint-disable-next-line @stylistic/quotes
|
||||
const MessageUpload = findByPropsLazy(`type:"UPLOAD_START"`, "uploadFiles");
|
||||
const MessageUpload = findByPropsLazy("uploadFiles");
|
||||
const CloudUpload = findLazy(m => m.prototype?.trackUploadFinished);
|
||||
const PendingReplyStore = findByPropsLazy("getPendingReply");
|
||||
const MessageUtils = findByPropsLazy("sendMessage");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue