fix: 🐛

This commit is contained in:
codytseng
2025-06-01 22:04:44 +08:00
parent 1bd8ee03b1
commit 587038d51a

View File

@@ -167,7 +167,7 @@ export function FeedProvider({ children }: { children: React.ReactNode }) {
feedInfoRef.current = newFeedInfo
storage.setFeedInfo(newFeedInfo, pubkey)
const followings = await client.fetchFollowings(options.pubkey, true)
const followings = await client.fetchFollowings(options.pubkey)
setRelayUrls([])
setFilter({
authors: followings.includes(options.pubkey) ? followings : [...followings, options.pubkey]