fix: include own notes in following feed
This commit is contained in:
@@ -18,7 +18,7 @@ export default function FollowingFeed() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const followings = await client.fetchFollowings(pubkey)
|
const followings = await client.fetchFollowings(pubkey)
|
||||||
setSubRequests(await client.generateSubRequestsForPubkeys(followings, pubkey))
|
setSubRequests(await client.generateSubRequestsForPubkeys([pubkey, ...followings], pubkey))
|
||||||
}
|
}
|
||||||
|
|
||||||
init()
|
init()
|
||||||
|
|||||||
Reference in New Issue
Block a user