diff --git a/src/actions/soapbox.ts b/src/actions/soapbox.ts index 58c4a66fc..79b0b7101 100644 --- a/src/actions/soapbox.ts +++ b/src/actions/soapbox.ts @@ -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 {