summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-03 08:54:31 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-03 08:54:31 -0500
commit3b5196567a53e34e423bff4fc96b9d173039a1d6 (patch)
tree3e99cc4c0d416aa2015bf52122b942888120472d /web
parent75f412c4be81abfd99e2aed8c24dd15db9ae1068 (diff)
parent1f06b60e4465113b6b328e2c221ad089aeccd52d (diff)
downloadchat-3b5196567a53e34e423bff4fc96b9d173039a1d6.tar.gz
chat-3b5196567a53e34e423bff4fc96b9d173039a1d6.tar.bz2
chat-3b5196567a53e34e423bff4fc96b9d173039a1d6.zip
Merge pull request #2054 from khoa-le/PLT-1433
PLT-1433 OGG files render as audio files with preview
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 1ea09b9ae..11a8da669 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -85,7 +85,7 @@ export default {
SPECIAL_MENTIONS: ['channel'],
CHARACTER_LIMIT: 4000,
IMAGE_TYPES: ['jpg', 'gif', 'bmp', 'png', 'jpeg'],
- AUDIO_TYPES: ['mp3', 'wav', 'wma', 'm4a', 'flac', 'aac'],
+ AUDIO_TYPES: ['mp3', 'wav', 'wma', 'm4a', 'flac', 'aac', 'ogg'],
VIDEO_TYPES: ['mp4', 'avi', 'webm', 'mkv', 'wmv', 'mpg', 'mov', 'flv'],
PRESENTATION_TYPES: ['ppt', 'pptx'],
SPREADSHEET_TYPES: ['xlsx', 'csv'],