mirror of https://gitlab.com/bashrc2/epicyon
nickname
parent
cded055acc
commit
fb5551f1d4
2
posts.py
2
posts.py
|
@ -512,7 +512,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
|
||||||
# locate the post which this is a reply to and check if
|
# locate the post which this is a reply to and check if
|
||||||
# it has a content warning. If it does then reproduce
|
# it has a content warning. If it does then reproduce
|
||||||
# the same warning
|
# the same warning
|
||||||
replyPostFilename=locatePost(baseDir,username,domain,inReplyTo)
|
replyPostFilename=locatePost(baseDir,nickname,domain,inReplyTo)
|
||||||
if replyPostFilename:
|
if replyPostFilename:
|
||||||
replyToJson=None
|
replyToJson=None
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue