diff --git a/webapp_create_post.py b/webapp_create_post.py index 835ab0ff9..849d4f88b 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: