Live video on the AT Protocol

Update js/app/features/bluesky/blueskyProvider.tsx

Co-authored-by: Eli Mallon <eli@stream.place>

authored by

natalie
Eli Mallon
and committed by
GitHub
98285c5a 78ce316a

+3 -1
+3 -1
js/app/features/bluesky/blueskyProvider.tsx
··· 24 24 loadOAuthClient(); 25 25 26 26 // load return route from storage on mount 27 - if (Platform.OS !== "web") return; 27 + if (Platform.OS !== "web") { 28 + return; 29 + } 28 30 storage.getItem("returnRoute").then((stored) => { 29 31 if (stored) { 30 32 try {