diff --git a/webinterface.py b/webinterface.py
index 69978f8e8..37d2f6221 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -2326,10 +2326,15 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
replyToLink+=pageNumberParam
replyStr=''
- if not isModerationPost and showRepeatIcon:
- if isPublicPostFromUrl(baseDir,nickname,domain,replyToLink):
+ if showRepeatIcon:
+ replyStr+= \
+ ''
+ else:
+ if isDM(postJsonObject):
replyStr+= \
- ''
else:
@@ -2337,11 +2342,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
''
- else:
- replyStr+= \
- ''
+
replyStr+=''
announceStr=''