Bluesky app fork with some witchin' additions 💫

Fix `moveToPermanentPath` ext Default Missing '.' (#7281)

authored by

Jonathan Herbert and committed by
GitHub
cdd7d040 fe8d3b08

+1 -1
+1 -1
src/lib/media/manip.ts
··· 215 215 ) 216 216 } 217 217 218 - async function moveToPermanentPath(path: string, ext = 'jpg'): Promise<string> { 218 + async function moveToPermanentPath(path: string, ext = '.jpg'): Promise<string> { 219 219 /* 220 220 Since this package stores images in a temp directory, we need to move the file to a permanent location. 221 221 Relevant: IOS bug when trying to open a second time: