forked from indymedia/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
|
||||
# it has a content warning. If it does then reproduce
|
||||
# the same warning
|
||||
replyPostFilename=locatePost(baseDir,username,domain,inReplyTo)
|
||||
replyPostFilename=locatePost(baseDir,nickname,domain,inReplyTo)
|
||||
if replyPostFilename:
|
||||
replyToJson=None
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue