From 1740cfad800cf2c83d42afe4072d99b7a81b1e0d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 29 Sep 2019 18:10:34 +0100 Subject: [PATCH] Function name --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 74c026fe..7811ec24 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'