From 2361a6d8fdb5cf1f5e407b5fe16893a10f2d737b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 21 Feb 2020 15:11:46 +0000 Subject: [PATCH] Use mentions --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 112e43a4c..0f9367e0f 100644 --- a/posts.py +++ b/posts.py @@ -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'