From 6203ba34262d9c09287189017901ae24ee08a310 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 May 2020 14:40:59 +0000 Subject: [PATCH] MediaType for content --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index 8a2f3cb8a..e2924aa47 100644 --- a/posts.py +++ b/posts.py @@ -756,6 +756,7 @@ def createPostBase(baseDir: str, nickname: str, domain: str, port: int, 'sensitive': sensitive, 'atomUri': newPostId, 'inReplyToAtomUri': inReplyToAtomUri, + 'mediaType': 'text/html', 'content': content, 'contentMap': { 'en': content