mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-04 03:01:25 -06:00
bump version
This commit is contained in:
parent
0b92f2e973
commit
4d917f0e98
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sky-follower-bridge",
|
||||
"displayName": "Sky Follower Bridge",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Instantly find and follow the same users from your Twitter follows on Bluesky.",
|
||||
"author": "kawamataryou",
|
||||
"scripts": {
|
||||
|
@ -133,8 +133,10 @@ export const useBskyUserManager = () => {
|
||||
description: "List imported via Sky Follower Bridge",
|
||||
userDids: filteredUsers.map((user) => user.did),
|
||||
});
|
||||
const myProfile = await bskyClient.current.getMyProfile();
|
||||
return `https://bsky.app/profile/${myProfile.handle}/lists/${listUri}`;
|
||||
// TODO: Commented out temporarily due to failure in Firefox
|
||||
// const myProfile = await bskyClient.current.getMyProfile();
|
||||
// return `https://bsky.app/profile/${myProfile.handle}/lists/${listUri}`;
|
||||
return "https://bsky.app/lists";
|
||||
}, [filteredUsers, listName]);
|
||||
|
||||
// Follow All
|
||||
|
Loading…
x
Reference in New Issue
Block a user