fix: 🐛

This commit is contained in:
codytseng
2025-01-13 23:56:41 +08:00
parent c62a82f673
commit 6bc2fde314
5 changed files with 10 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ export function FeedProvider({ children }: { children: React.ReactNode }) {
if (feedType === 'following') {
return await switchFeed('following', { pubkey })
} else {
console.log('activeRelaySetId', activeRelaySetId)
await switchFeed('relays', { activeRelaySetId })
}
}