mirror of https://gitlab.com/bashrc2/epicyon
Replace 's
parent
3756fbd96a
commit
273a8cd358
2
posts.py
2
posts.py
|
@ -484,6 +484,8 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
|
|||
nickname,domain,content, \
|
||||
mentionedRecipients, \
|
||||
hashtagsDict,True)
|
||||
# replace 's
|
||||
content=content.replace("\ufffd\ufffd\ufffds","'s")
|
||||
|
||||
statusNumber,published = getStatusNumber()
|
||||
postTo='https://www.w3.org/ns/activitystreams#Public'
|
||||
|
|
Loading…
Reference in New Issue