Replies to DMs are DMs

master
Bob Mottram 2019-08-25 18:42:44 +01:00
parent 348df00736
commit 3ee6420fac
1 changed files with 1 additions and 1 deletions

View File

@ -1312,7 +1312,7 @@ def individualPostAsHtml(baseDir: str, \
break
footerStr='<div class="'+containerClassIcons+'">'
if not isModerationPost:
if not isModerationPost and showRepeats:
footerStr+='<a href="/users/'+nickname+'?replyto='+replyToLink+'" title="Reply to this post">'
else:
footerStr+='<a href="/users/'+nickname+'?replydm='+replyToLink+'" title="Reply to this post">'