diff --git a/webinterface.py b/webinterface.py index e5f8cbd4a..a8230a5f2 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2252,8 +2252,8 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ if showRepeats: if isDM(postJsonObject): showDMicon=True - else: showRepeatIcon=False + else: if not isPublicPost(postJsonObject): isPublicRepeat=True