mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12: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",
|
progressive: "Following",
|
||||||
},
|
},
|
||||||
statusKey: VIEWER_STATE.FOLLOWING,
|
statusKey: VIEWER_STATE.FOLLOWING,
|
||||||
userCellQueryParam: '[data-testid="UserCell"]',
|
userCellQueryParam: '[data-testid="cellInnerDiv"] [data-testid="UserCell"]',
|
||||||
addQuery: async (arg: string) => await agent.follow(arg),
|
addQuery: async (arg: string) => await agent.follow(arg),
|
||||||
removeQuery: async (arg: string) => await agent.unfollow(arg),
|
removeQuery: async (arg: string) => await agent.unfollow(arg),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user