diff --git a/inbox.py b/inbox.py index 532a7dba9..2a33b621f 100644 --- a/inbox.py +++ b/inbox.py @@ -2157,7 +2157,6 @@ def _updateSpeaker(baseDir: str, nickname: str, domain: str, content = urllib.parse.unquote_plus(postJsonObject['object']['content']) content = html.unescape(content) content = removeHtml(htmlReplaceQuoteMarks(content)) - content = content.replace('"', '"').replace(''', "'") summary = '' if postJsonObject['object'].get('summary'): if isinstance(postJsonObject['object']['summary'], str):