fix(pubsub): repair browser pure p2p publishing

This commit is contained in:
Tommaso Casaburi
2026-06-18 14:18:14 +07:00
parent de06d5d4bc
commit 8cf03a7bb4
10 changed files with 270 additions and 5 deletions
+3
View File
@@ -13,6 +13,7 @@ import useIsMobile from './hooks/use-is-mobile';
import { useAccountCommunityAddresses } from './hooks/use-account-community-addresses';
import useTheme from './hooks/use-theme';
import { useDirectories } from './hooks/use-directories';
import { useBrowserPureP2PAccountUpgrade } from './hooks/use-browser-pure-p2p-account-upgrade';
import { useCommunityIdentifier } from './hooks/use-community-identifiers';
import { useResolvedCommunityAddress, useResolvedDirectoryBoardPath } from './hooks/use-resolved-community-address';
import useSafeAccountComment from './hooks/use-safe-account-comment';
@@ -281,6 +282,8 @@ const ModQueueRoute = () => {
};
const App = () => {
useBrowserPureP2PAccountUpgrade();
// Feed routes are always rendered by FeedCacheContainer (Virtuoso used for all modes)
const boardFeedElement = null;
const catalogFeedElement = null;