From a4e7ecd2145dc43f0bd941a0f47351d1ac735c28 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 21 Sep 2021 18:47:25 +0100 Subject: [PATCH] Improve logic for profile timelines --- webapp_profile.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 8dec1313b..12cb06d82 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -898,7 +898,8 @@ def htmlProfile(signingPrivateKeyPem: str, cachedWebfingers, personCache, extraJson, projectVersion, ["unfollow"], selected, usersPath, pageNumber, maxItemsPerPage, - dormantMonths, debug, signingPrivateKeyPem) + dormantMonths, debug, + signingPrivateKeyPem) if selected == 'followers': profileStr += \ _htmlProfileFollowing(translate, baseDir, httpPrefix, @@ -914,7 +915,7 @@ def htmlProfile(signingPrivateKeyPem: str, profileStr += \ _htmlProfileRoles(translate, nickname, domainFull, extraJson) - elif selected == 'skills' and not isGroup: + elif selected == 'skills': profileStr += \ _htmlProfileSkills(translate, nickname, domainFull, extraJson) # elif selected == 'shares':