fix messageLinkEmbeds, moreUserTags (#1859)

This commit is contained in:
sunnie 2023-10-25 18:33:22 +03:00 committed by V
parent 131e91a37c
commit c5dd50ad8f
4 changed files with 52 additions and 54 deletions

View file

@ -20,6 +20,7 @@ export * from "./classes";
export * from "./components";
export * from "./menu";
export * from "./react";
export * from "./settingsStores";
export * from "./stores";
export * as ComponentTypes from "./types/components.d";
export * as MenuTypes from "./types/menu.d";

View file

@ -0,0 +1,9 @@
/*
* Vencord, a Discord client mod
* Copyright (c) 2023 Vendicated and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import { findByPropsLazy } from "@webpack";
export const TextAndImagesSettingsStores = findByPropsLazy("MessageDisplayCompact");