mirror of https://gitlab.com/bashrc2/epicyon
Function name
parent
ee39901a49
commit
1740cfad80
2
posts.py
2
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'
|
||||
|
|
Loading…
Reference in New Issue