features: enable frontendConfigurations on Ditto

environments/review-ditto-fe-c-ig92sc/deployments/3750
Alex Gleason 2023-09-03 18:48:07 -05:00
rodzic 1398a4ba15
commit a22c628c73
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
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.