diff --git a/webapp_profile.py b/webapp_profile.py index b8a1eb81..b1651d27 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -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)