mime type

main
Bob Mottram 2023-10-29 20:01:40 +00:00
parent 450a1da8b6
commit 7006285f40
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def convert_video_to_note(base_dir: str, nickname: str, domain: str,
# add a buy link # add a buy link
new_post['object']['attachment'].append({ new_post['object']['attachment'].append({
'type': 'Link', 'type': 'Link',
'mediaType': 'html', 'mediaType': 'text/html',
'href': support_str, 'href': support_str,
'rel': 'support', 'rel': 'support',
'name': 'Support' 'name': 'Support'