Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add missing saveVideoToMediaLibrary for web

uwx 160e7d78 aabe5d20

+4
+4
src/lib/media/manip.web.ts
··· 196 196 export async function safeDeleteAsync() { 197 197 // no-op 198 198 } 199 + 200 + export async function saveVideoToMediaLibrary({uri}: {uri: string}) { 201 + return await downloadVideoWeb({uri}) 202 + }