Revert "Don't fetch soapbox.json if frontend_configurations is available"

This reverts commit e1de76ae01.

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-05-28 16:54:55 +02:00
parent 1087edbc69
commit fda1849882

View file

@ -64,6 +64,8 @@ const fetchSoapboxConfig = (host: string | null) =>
if (data.pl_fe) {
dispatch(importSoapboxConfig(data.pl_fe, host));
return data.pl_fe;
} else {
return dispatch(fetchSoapboxJson(host));
}
});
} else {