mirror of https://gitlab.com/bashrc2/epicyon
Don't replace quotes within patches
parent
1ba6861e88
commit
a0c6dd9374
|
@ -4264,7 +4264,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
|||
objectContent = htmlReplaceQuoteMarks(objectContent)
|
||||
else:
|
||||
objectContent = \
|
||||
htmlReplaceQuoteMarks(postJsonObject['object']['content'])
|
||||
postJsonObject['object']['content']
|
||||
|
||||
if not postIsSensitive:
|
||||
contentStr = objectContent + attachmentStr
|
||||
|
|
Loading…
Reference in New Issue