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