mirror of https://gitlab.com/bashrc2/epicyon
MediaType for content
parent
19812b59ef
commit
6203ba3426
1
posts.py
1
posts.py
|
@ -756,6 +756,7 @@ def createPostBase(baseDir: str, nickname: str, domain: str, port: int,
|
||||||
'sensitive': sensitive,
|
'sensitive': sensitive,
|
||||||
'atomUri': newPostId,
|
'atomUri': newPostId,
|
||||||
'inReplyToAtomUri': inReplyToAtomUri,
|
'inReplyToAtomUri': inReplyToAtomUri,
|
||||||
|
'mediaType': 'text/html',
|
||||||
'content': content,
|
'content': content,
|
||||||
'contentMap': {
|
'contentMap': {
|
||||||
'en': content
|
'en': content
|
||||||
|
|
Loading…
Reference in New Issue