Skip to content

Commit

Permalink
better description for text_plain download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed Dec 13, 2021
1 parent a700e6f commit e4f322c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def file_type_string(filestream_id, attachments_json)
'MP3'
elsif filestream_id == 'audio_primary'
'WAV'
elsif filestream_id == 'text_plain'
'TXT'
elsif attachments_json[filestream_id]['content_type']
attachments_json[filestream_id]['content_type'].split('/')[1].upcase
else
Expand Down

0 comments on commit e4f322c

Please sign in to comment.