From bb5951a74dd629c62a69bcad88e4d16a8ff95008 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Oct 2019 13:11:10 +0000 Subject: [PATCH] Don't replace emoji within json content --- posts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/posts.py b/posts.py index 2c5809ab..987e01d3 100644 --- a/posts.py +++ b/posts.py @@ -525,7 +525,6 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \ if isPublic: updateHashtagsIndex(baseDir,tag,newPostId) print('Content tags: '+str(tags)) - content=replaceEmojiFromTags(content,tags,'content') if inReplyTo and not sensitive: # locate the post which this is a reply to and check if