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:
parent
1087edbc69
commit
fda1849882
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue