From 83eda427fd7eab0604d4ceb80a2a44fa4015007f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Aug 2019 11:18:33 +0100 Subject: [PATCH] Include reference to post within report --- webinterface.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 8b3f691b..6c53d9d2 100644 --- a/webinterface.py +++ b/webinterface.py @@ -646,7 +646,9 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: [],reportUrl: st ' Direct Message
Only to mentioned people
' \ ' Report
Send to moderators
'+ \ shareOptionOnDropdown+ \ - ' ' + ' ' + else: + mentionsStr='Re: '+reportUrl+'\n\n'+mentionsStr newPostForm+= \ '
' \