Reply scope matches post scope

main
Bob Mottram 2020-02-11 10:08:08 +00:00
parent 7e21639ede
commit 211a45b207
1 changed files with 1 additions and 1 deletions

View File

@ -2327,7 +2327,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
replyStr='' replyStr=''
if not isModerationPost and showRepeatIcon: if not isModerationPost and showRepeatIcon:
if not manuallyApprovesFollowers: if isPublicPostFromUrl(baseDir,nickname,domain,replyToLink):
replyStr+= \ replyStr+= \
'<a href="/users/'+nickname+'?replyto='+replyToLink+ \ '<a href="/users/'+nickname+'?replyto='+replyToLink+ \
'?actor='+postJsonObject['actor']+ \ '?actor='+postJsonObject['actor']+ \