From 4873034206add786889b8018f15ffb2507238e87 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 24 May 2022 14:15:39 -0400 Subject: [PATCH] Disable exports for now --- app/soapbox/features/ui/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/ui/index.tsx b/app/soapbox/features/ui/index.tsx index 948e5a5e2..dfdcfeb9f 100644 --- a/app/soapbox/features/ui/index.tsx +++ b/app/soapbox/features/ui/index.tsx @@ -84,7 +84,7 @@ import { EmailConfirmation, DeleteAccount, SoapboxConfig, - ExportData, + // ExportData, ImportData, // Backups, MfaForm, @@ -286,7 +286,8 @@ const SwitchingColumnsArea: React.FC = ({ children }) => { {features.scheduledStatuses && } - + {/* FIXME: this could DDoS our API? :\ */} + {/* */} {features.importData && } {features.accountAliasesAPI && } {features.accountMoving && }