diff --git a/posts.py b/posts.py index 74c026fe0..7811ec244 100644 --- a/posts.py +++ b/posts.py @@ -460,7 +460,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \ nickname,domain,content, \ mentionedRecipients, \ hashtagsDict) - content=replaceEmojiFromTagsDict(content,hashtagsDict,'content') + content=replaceEmojiFromTags(content,hashtagsDict,'content') statusNumber,published = getStatusNumber() postTo='https://www.w3.org/ns/activitystreams#Public'