Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Merge branch 'main' of https://github.com/bluesky-social/social-app

+1 -1
+1 -1
src/lib/media/video/util.ts
··· 40 40 } 41 41 42 42 export function extToMime(ext: string) { 43 - switch (ext) { 43 + switch (ext.toLowerCase()) { 44 44 case 'mp4': 45 45 return 'video/mp4' 46 46 case 'webm':