Skip to content

Commit

Permalink
Add file to the KNOWN_MEDIA_TYPES list
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed May 4, 2020
1 parent 4245c53 commit fe3374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/libs/utils/common_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
OWNER_TEAM_NAME = "Owners"

API_TOKEN = 'api-token'
KNOWN_MEDIA_TYPES = ['photo', 'image', 'audio', 'video']
KNOWN_MEDIA_TYPES = ['photo', 'image', 'audio', 'video', 'file']
MEDIA_FILE_TYPES = {
"image": ["image/png", "image/jpeg", "image/jpg"],
"audio": ["audio/mp3", "audio/mp4"],
Expand Down

0 comments on commit fe3374b

Please sign in to comment.