"Fix"
Some checks failed
Test / Test (push) Has been cancelled
Release / Build Equicord (push) Has been cancelled

This commit is contained in:
thororen1234 2025-05-21 20:24:57 -04:00
parent 1fdbbdde99
commit aa1cee3080
No known key found for this signature in database

View file

@ -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");