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