Revert "Merge branch 'external-baseurl' into 'main'"

This reverts commit 42ee95a8fe, reversing
changes made to bda99ba152.
environments/review-revert-bda-0ef422/deployments/4649
Alex Gleason 4 months ago
parent 2fd4b82fa0
commit 73c76b54ef
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -103,7 +103,7 @@ export default (getState: () => RootState, authType: string = 'user'): AxiosInst
const state = getState();
const accessToken = getToken(state, authType);
const me = state.me;
const baseURL = me ? getAuthBaseURL(state, me) : localStorage.getItem('soapbox:external:baseurl') ?? '';
const baseURL = me ? getAuthBaseURL(state, me) : '';
const relayUrl = state.getIn(['instance', 'nostr', 'relay']) as string | undefined;
const pubkey = state.getIn(['instance', 'nostr', 'pubkey']) as string | undefined;

Loading…
Cancel
Save