Only show dormant status if authorized

alt-html-css
Bob Mottram 2020-12-13 12:45:29 +00:00
parent d6e60ff3d3
commit 7905c9b35d
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ def htmlProfileFollowing(translate: {}, baseDir: str, httpPrefix: str,
for followingActor in followingJson['orderedItems']:
dormant = False
if feedName == 'following':
if authorized and feedName == 'following':
dormant = \
isDormant(baseDir, nickname, domain, followingActor,
dormantMonths)