Back to document

main
Bob Mottram 2019-12-04 17:02:38 +00:00
parent 92941ac857
commit 085ea620b8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def attachMedia(baseDir: str,httpPrefix: str,domain: str,port: int, \
attachmentJson={
'mediaType': mediaType,
'name': description,
'type': mediaType.split('/')[0],
'type': 'Document',
'url': httpPrefix+'://'+domain+'/'+mediaPath
}
if useBlurhash and mediaType.startswith('image/'):