From 451908cf9177aed365fbf9587474ad61e6b828f8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 7 Dec 2020 10:44:15 +0000 Subject: [PATCH] Header for responding to shares --- webapp_create_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 835ab0ff..849d4f88 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -185,7 +185,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, if not path.endswith('/newshare'): if not path.endswith('/newreport'): - if not inReplyTo or path.endswith('/newreminder'): + if not inReplyTo or shareDescription or \ + path.endswith('/newreminder'): newPostText = '

' + \ translate['Write your post text below.'] + '

\n' else: