zero-knowledge file sharing
13
fork

Configure Feed

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

fix safari iOS webm detection

Juliet 5eb8b675 ec69b4c9

+2 -2
+2 -2
web/src/pages/View.tsx
··· 32 32 resolve(result); 33 33 }; 34 34 v.onloadedmetadata = () => finish(v.videoWidth === 0 && v.videoHeight === 0); 35 - v.onerror = () => finish(false); 36 - setTimeout(() => finish(false), 2000); 35 + v.onerror = () => finish(true); 36 + setTimeout(() => finish(true), 2000); 37 37 v.src = url; 38 38 }); 39 39 }