your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

Merge pull request #193 from flo-bit/some-small-fixes

improve oauth maybe?

authored by

Florian and committed by
GitHub
bb99ae30 020a1473

+1 -3
+1 -1
src/lib/atproto/auth.svelte.ts
··· 198 198 199 199 async function resumeSession(did: Did) { 200 200 try { 201 - const session = await getSession(did, { allowStale: true }); 201 + const session = await getSession(did); 202 202 203 203 if (session.token.expires_at && session.token.expires_at < Date.now()) { 204 204 throw Error('session expired');
-2
src/lib/cards/media/BlueskyMediaCard/CreateBlueskyMediaCardModal.svelte
··· 43 43 mediaList = collected; 44 44 isLoading = false; 45 45 }); 46 - 47 - 48 46 </script> 49 47 50 48 <Modal