diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-30 15:57:55 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-30 15:57:55 -0400 |
commit | 9eb246e92aad427ac4d12840960f0be531f43d19 (patch) | |
tree | 70e24d0a72a3a006adf2e456ff19ce090dc7ebd5 /src/components | |
parent | 919a7c14633f0a381613cebf73e8f29d84d3ebe2 (diff) |
Squashed commit of the following:
commit 7046c2673c54ecf2f418a85fbcfc2c4872858697
Merge: 5480267b c6900bc6
Author: Ivan Chen <ivan@tagg.id>
Date: Wed Jun 30 15:16:02 2021 -0400
Merge pull request #479 from brian-tagg/tma959-gif-handle
[TMA-959] GIF handle
commit c6900bc62b2ea9a1eb07088ac02556c0dd1d5ebc
Author: Brian Kim <brian@tagg.id>
Date: Thu Jul 1 04:00:53 2021 +0900
Redo extraneous file
commit 4eda8db632ca996ff9712872b2076a8675a63523
Author: Brian Kim <brian@tagg.id>
Date: Thu Jul 1 03:52:50 2021 +0900
Updates from product
commit 1c1975265fb6013c34c8e766a7f11b0c5b8d1e11
Author: Brian Kim <brian@tagg.id>
Date: Thu Jul 1 01:23:19 2021 +0900
Respond to comments
commit 50344b4236e235fdd42997c1fe85f2c1bd014e47
Author: Brian Kim <brian@tagg.id>
Date: Tue Jun 29 23:04:22 2021 +0900
Fixed up some merge issues
commit 014af4ac61bae6e38a4965ceb274b147ac3395c6
Author: Brian Kim <brian@tagg.id>
Date: Tue Jun 29 23:01:24 2021 +0900
Construct and merge with master
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/moments/MomentPost.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx index cb3a138b..f5a256d6 100644 --- a/src/components/moments/MomentPost.tsx +++ b/src/components/moments/MomentPost.tsx @@ -78,7 +78,9 @@ const MomentPost: React.FC<MomentPostProps> = ({ moment.moment_url.endsWith('jpg') || moment.moment_url.endsWith('JPG') || moment.moment_url.endsWith('PNG') || - moment.moment_url.endsWith('png') + moment.moment_url.endsWith('png') || + moment.moment_url.endsWith('GIF') || + moment.moment_url.endsWith('gif') ); /* |