kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix unauth homepage loading forever on Ditto
rodzic
19f5440b8b
commit
0e97f92666
|
@ -55,7 +55,7 @@ const SoapboxLoad: React.FC<ISoapboxLoad> = ({ children }) => {
|
||||||
!isLoaded,
|
!isLoaded,
|
||||||
localeLoading,
|
localeLoading,
|
||||||
swUpdating,
|
swUpdating,
|
||||||
hasNostr && (!isRelayOpen || !isSubscribed),
|
hasNostr && me && (!isRelayOpen || !isSubscribed),
|
||||||
].some(Boolean);
|
].some(Boolean);
|
||||||
|
|
||||||
// Load the user's locale
|
// Load the user's locale
|
||||||
|
|
Ładowanie…
Reference in New Issue