kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'ditto-fe-config' into 'develop'
features: enable frontendConfigurations on Ditto See merge request soapbox-pub/soapbox!2656environments/review-develop-3zknud/deployments/3751
commit
b8e5fad334
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue