forked from indymedia/epicyon
Don't replace emoji within json content
parent
14d7e2e2b2
commit
bb5951a74d
1
posts.py
1
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
|
||||
|
|
Loading…
Reference in New Issue