Use mentions

main
Bob Mottram 2020-02-21 15:11:46 +00:00
parent 205ff8b5cb
commit 2361a6d8fd
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ def createPostBase(baseDir: str,nickname: str,domain: str,port: int, \
nickname,domain,content, \
mentionedRecipients, \
hashtagsDict,True)
content=replaceEmojiFromTags(content,hashtagsDict,'content')
content=replaceEmojiFromTags(content,mentionedRecipients,'content')
statusNumber,published = getStatusNumber()
postTo='https://www.w3.org/ns/activitystreams#Public'