Don't replace emoji within json content

main2
Bob Mottram 2019-10-29 13:11:10 +00:00
parent 14d7e2e2b2
commit bb5951a74d
1 changed files with 0 additions and 1 deletions

View File

@ -525,7 +525,6 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
if isPublic: if isPublic:
updateHashtagsIndex(baseDir,tag,newPostId) updateHashtagsIndex(baseDir,tag,newPostId)
print('Content tags: '+str(tags)) print('Content tags: '+str(tags))
content=replaceEmojiFromTags(content,tags,'content')
if inReplyTo and not sensitive: if inReplyTo and not sensitive:
# locate the post which this is a reply to and check if # locate the post which this is a reply to and check if