diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-30 15:32:52 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-30 15:32:52 -0400 |
| commit | a8c210165938cfa4da7ed6bc185af297d528d2aa (patch) | |
| tree | 7ec1e7ce832d1d2933f6781e24e712d543901ea0 /src/components/moments | |
| parent | c548f8df62c3775058ffa18e201ca230a641e6c1 (diff) | |
Remove filename requirement for all moment upload
Diffstat (limited to 'src/components/moments')
| -rw-r--r-- | src/components/moments/Moment.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index f057b329..50c60fd9 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -44,12 +44,10 @@ const Moment: React.FC<MomentProps> = ({ const navigation = useNavigation(); const navigateToCaptionScreenForVideo = (uri: string) => { - const randHash = Math.random().toString(36).substring(7); navigation.navigate('CaptionScreen', { screenType, title, media: { - filename: `poc_${randHash}.mov`, uri, isVideo: true, }, |
