feat: allow Ditto users to set their website

environments/review-set-lightn-7857tt/deployments/4635
P. Reis 2024-05-22 18:05:02 -03:00
rodzic 9aa160d687
commit 8ae8780930
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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