fix: 💨
This commit is contained in:
parent
1766beade4
commit
28a1b3096a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default function FollowedBy({ pubkey }: { pubkey: string }) {
|
|||
const followings = (await client.fetchFollowings(accountPubkey)).reverse()
|
||||
const followingsOfFollowings = await Promise.all(
|
||||
followings.map(async (following) => {
|
||||
return client.fetchFollowings(following)
|
||||
return client.fetchFollowings(following, false)
|
||||
})
|
||||
)
|
||||
const _followedBy: string[] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue