fix: include own notes in following feed
This commit is contained in:
parent
71d4420604
commit
f3f72e2f28
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue