fix: [AIL exchange mime-type]

This commit is contained in:
Terrtia 2022-06-08 15:22:37 +02:00
parent 07cb745255
commit 0900bf5b02
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -1205,7 +1205,7 @@ def create_ail_stream(Object):
'type': Object.get_type()}
# OBJECT META
ail_stream['meta'] = {'mime-type': 'text/plain'}
ail_stream['meta'] = {'ail:mime-type': 'text/plain'}
ail_stream['meta']['compress'] = 'gzip'
ail_stream['meta']['encoding'] = 'base64'
ail_stream['meta']['ail:id'] = Object.get_id()