this repo has no description
0
fork

Configure Feed

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

Forgot prettier

+3 -2
+2 -1
src/components/media.jsx
··· 185 185 const isImage = 186 186 type === 'image' || 187 187 (type === 'unknown' && previewUrl && !isVideoMaybe && !isAudioMaybe); 188 - const isPreviewVideoMaybe = previewUrl && 188 + const isPreviewVideoMaybe = 189 + previewUrl && 189 190 /\.(mp4|m4r|m4v|mov|webm)$/i.test(getURLObj(previewUrl).pathname); 190 191 191 192 const parentRef = useRef();
+1 -1
src/locales/en.po
··· 1314 1314 msgid "Filtered" 1315 1315 msgstr "" 1316 1316 1317 - #: src/components/media.jsx:416 1317 + #: src/components/media.jsx:417 1318 1318 msgid "Open file" 1319 1319 msgstr "Open file" 1320 1320