bump version

This commit is contained in:
kawamataryo
2024-11-30 00:38:11 +09:00
parent 0b92f2e973
commit 4d917f0e98
2 changed files with 5 additions and 3 deletions

View File

@@ -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