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,
|
||||
localeLoading,
|
||||
swUpdating,
|
||||
hasNostr && (!isRelayOpen || !isSubscribed),
|
||||
hasNostr && me && (!isRelayOpen || !isSubscribed),
|
||||
].some(Boolean);
|
||||
|
||||
// Load the user's locale
|
||||
|
|
Ładowanie…
Reference in New Issue