main2
Bob Mottram 2019-10-02 16:00:22 +01:00
parent cded055acc
commit fb5551f1d4
1 changed files with 1 additions and 1 deletions

View File

@ -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: