fix: 🐛
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user