From 8ae8780930ab229c844b794f949ace8d6d1c210b Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Wed, 22 May 2024 18:05:02 -0300 Subject: [PATCH] feat: allow Ditto users to set their website --- src/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/features.ts b/src/utils/features.ts index 7c44458a4..5c295d297 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -184,7 +184,7 @@ const getInstanceFeatures = (instance: Instance) => { * Ability to set one's website on their profile. * @see PATCH /api/v1/accounts/update_credentials */ - accountWebsite: v.software === TRUTHSOCIAL, + accountWebsite: v.software === TRUTHSOCIAL || v.software === DITTO, /** * Ability to manage announcements by admins.