From f19429038f843a1f65d748ec17561be12174c45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 9 Jan 2026 23:33:06 +0100 Subject: [PATCH] pl-api: remove old stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/lib/features.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index 04a6645cc..919e04a0c 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -718,16 +718,6 @@ const getFeatures = (instance: Instance) => { instance.api_versions['editing.pleroma.pl-api'] >= 1, ]), - /** - * Soapbox email list. - * @see POST /api/v1/accounts - * @see PATCH /api/v1/accounts/update_credentials - * @see GET /api/v1/pleroma/admin/email_list/subscribers.csv - * @see GET /api/v1/pleroma/admin/email_list/unsubscribers.csv - * @see GET /api/v1/pleroma/admin/email_list/combined.csv - */ - emailList: instance.api_versions['email_list.pleroma.pl-api'] >= 1, - /** * Ability to embed posts on external sites. * @see GET /api/oembed