diff options
| author | Manti <67705577+mantikafasi@users.noreply.github.com> | 2022-12-18 01:30:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 23:30:29 +0100 |
| commit | 47de9fab2efc4edd29aca46eca87c931607c13dc (patch) | |
| tree | 578ba641204a702edb27ddbf28dcf0663b23f2f4 /src/webpack | |
| parent | 3efc79224fd96f6c8b92a31197afe45e9937dd6c (diff) | |
| download | Vencord-47de9fab2efc4edd29aca46eca87c931607c13dc.tar.gz Vencord-47de9fab2efc4edd29aca46eca87c931607c13dc.tar.bz2 Vencord-47de9fab2efc4edd29aca46eca87c931607c13dc.zip | |
Make some changes to reviewdb ui and add badges to it (#245)
Diffstat (limited to 'src/webpack')
| -rw-r--r-- | src/webpack/common.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webpack/common.tsx b/src/webpack/common.tsx index 42db758..31175f9 100644 --- a/src/webpack/common.tsx +++ b/src/webpack/common.tsx @@ -290,3 +290,7 @@ export const ContextMenu = mapMangledModuleLazy('type:"CONTEXT_MENU_OPEN"', { options?: { enableSpellCheck?: boolean; } ): void; }; + +export const MaskedLinkStore = mapMangledModuleLazy('"MaskedLinkStore"', { + openUntrustedLink: filters.byCode(".apply(this,arguments)") +}); |
