From 85ddf427378876aebaba1426654af3413ceb22c5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 18 Aug 2019 20:06:06 +0100 Subject: [PATCH] Link to reply --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index f37d3779e..264340e58 100644 --- a/webinterface.py +++ b/webinterface.py @@ -996,7 +996,7 @@ def individualPostAsHtml(baseDir: str, \ if replyNickname and replyDomain: titleStr+=' replying to @'+replyNickname+'@'+replyDomain+'' else: - titleStr+=' replying to '+postJsonObject['object']['inReplyTo'] + titleStr+=' replying to '+postJsonObject['object']['inReplyTo']+'' attachmentStr='' if postJsonObject['object']['attachment']: if isinstance(postJsonObject['object']['attachment'], list):