Enable custom profile fields on Ditto

This commit is contained in:
Alex Gleason 2024-11-20 09:49:19 -06:00
parent fe7ffe48f7
commit 5a98e68f9b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -883,6 +883,7 @@ const getInstanceFeatures = (instance: InstanceV1 | InstanceV2) => {
v.software === MASTODON,
v.software === PLEROMA,
v.software === TAKAHE && gte(v.version, '0.7.0'),
v.software === DITTO,
]),
/**