Don't replace quotes within patches

merge-requests/8/head
Bob Mottram 2020-08-02 18:55:00 +01:00
parent 1ba6861e88
commit a0c6dd9374
1 changed files with 1 additions and 1 deletions

View File

@ -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