Merge branch 'ditto-fe-config' into 'develop'
features: enable frontendConfigurations on Ditto See merge request soapbox-pub/soapbox!2656
This commit is contained in:
commit
b8e5fad334
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue