Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Handle failed resumeSession case when switching accounts (#4047)

authored by

Eric Bailey and committed by
GitHub
98af0e86 400c2693

+5
+5
src/lib/hooks/useAccountSwitcher.ts
··· 53 53 logger.error(`switch account: selectAccount failed`, { 54 54 message: e.message, 55 55 }) 56 + requestSwitchToAccount({requestedAccount: account.did}) 57 + Toast.show( 58 + _(msg`Please sign in as @${account.handle}`), 59 + 'circle-exclamation', 60 + ) 56 61 } finally { 57 62 setPendingDid(null) 58 63 }