features: enable frontendConfigurations on Ditto

This commit is contained in:
Alex Gleason
2023-09-03 18:48:07 -05:00
parent 1398a4ba15
commit a22c628c73

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.