fix: 🐛
This commit is contained in:
@@ -167,7 +167,7 @@ export function FeedProvider({ children }: { children: React.ReactNode }) {
|
|||||||
feedInfoRef.current = newFeedInfo
|
feedInfoRef.current = newFeedInfo
|
||||||
storage.setFeedInfo(newFeedInfo, pubkey)
|
storage.setFeedInfo(newFeedInfo, pubkey)
|
||||||
|
|
||||||
const followings = await client.fetchFollowings(options.pubkey, true)
|
const followings = await client.fetchFollowings(options.pubkey)
|
||||||
setRelayUrls([])
|
setRelayUrls([])
|
||||||
setFilter({
|
setFilter({
|
||||||
authors: followings.includes(options.pubkey) ? followings : [...followings, options.pubkey]
|
authors: followings.includes(options.pubkey) ? followings : [...followings, options.pubkey]
|
||||||
|
|||||||
Reference in New Issue
Block a user