From 7006285f40cd7cfde59c82774b90ec93cb4201e1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 29 Oct 2023 20:01:40 +0000 Subject: [PATCH] mime type --- video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.py b/video.py index 06cfc7eb8..eb13c2243 100644 --- a/video.py +++ b/video.py @@ -190,7 +190,7 @@ def convert_video_to_note(base_dir: str, nickname: str, domain: str, # add a buy link new_post['object']['attachment'].append({ 'type': 'Link', - 'mediaType': 'html', + 'mediaType': 'text/html', 'href': support_str, 'rel': 'support', 'name': 'Support'