Merge branch 'ditto-fe-config' into 'develop'

features: enable frontendConfigurations on Ditto

See merge request soapbox-pub/soapbox!2656
environments/review-develop-3zknud/deployments/3751
Alex Gleason 2023-09-04 00:14:56 +00:00
commit b8e5fad334
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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.