Skip to content

Commit 5f8a1d4

Browse files
committed
Added 'text/x-markdown' as an accepted MIME type for agenda and minutes uploads.
- Legacy-Id: 18310
1 parent 0ac92d3 commit 5f8a1d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ def skip_unreadable_post(record):
906906
}
907907

908908
MEETING_VALID_UPLOAD_MIME_TYPES = {
909-
'agenda': ['text/plain', 'text/html', 'text/markdown', ],
910-
'minutes': ['text/plain', 'text/html', 'application/pdf', 'text/markdown', ],
909+
'agenda': ['text/plain', 'text/html', 'text/markdown', 'text/x-markdown', ],
910+
'minutes': ['text/plain', 'text/html', 'application/pdf', 'text/markdown', 'text/x-markdown', ],
911911
'slides': [],
912912
'bluesheets': ['application/pdf', 'text/plain', ],
913913
}

0 commit comments

Comments
 (0)