mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
🐛 fixed a bug in the recommended users field insertion
This commit is contained in:
parent
7c9552945f
commit
d10bcc5c9f
@ -43,7 +43,7 @@ const searchAndShowBskyUsers = async ({
|
||||
progressive: "Following",
|
||||
},
|
||||
statusKey: VIEWER_STATE.FOLLOWING,
|
||||
userCellQueryParam: '[data-testid="UserCell"]',
|
||||
userCellQueryParam: '[data-testid="cellInnerDiv"] [data-testid="UserCell"]',
|
||||
addQuery: async (arg: string) => await agent.follow(arg),
|
||||
removeQuery: async (arg: string) => await agent.unfollow(arg),
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user