Function name

main2
Bob Mottram 2019-09-29 18:10:34 +01:00
parent ee39901a49
commit 1740cfad80
1 changed files with 1 additions and 1 deletions

View File

@ -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'