feat: allow Ditto users to set their website

This commit is contained in:
P. Reis 2024-05-22 18:05:02 -03:00
parent 9aa160d687
commit 8ae8780930
1 changed files with 1 additions and 1 deletions

View File

@ -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.