features: enable frontendConfigurations on Ditto

This commit is contained in:
Alex Gleason 2023-09-03 18:48:07 -05:00
parent 1398a4ba15
commit a22c628c73
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -534,7 +534,10 @@ const getInstanceFeatures = (instance: Instance) => {
* Whether client settings can be retrieved from the API.
* @see GET /api/pleroma/frontend_configurations
*/
frontendConfigurations: v.software === PLEROMA,
frontendConfigurations: any([
v.software === PLEROMA,
v.software === DITTO,
]),
/**
* Groups.