feat: allow Ditto users to set their website
This commit is contained in:
parent
9aa160d687
commit
8ae8780930
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue