Select the types of activity you want to include in your feed.
tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
···218218 // Whenever we receive an initial video uri, we should immediately run compression if necessary
219219 useEffect(() => {
220220 if (initVideoUri) {
221221- selectVideo({uri: initVideoUri} as ImagePickerAsset)
221221+ selectVideo(initVideoUri)
222222 }
223223 }, [initVideoUri, selectVideo])
224224