diff --git a/weasyl/controllers/profile.py b/weasyl/controllers/profile.py index c7d611b8a..1c72e2362 100644 --- a/weasyl/controllers/profile.py +++ b/weasyl/controllers/profile.py @@ -138,7 +138,7 @@ def profile_(request): # Friends lambda: frienduser.has_friends(otherid), is_unverified, - _get_post_counts_by_type(otherid, friends=relation["friend"], rating=rating), + _get_post_counts_by_type(otherid, friends=relation["friend"] or relation["is_self"], rating=rating), ), twitter_card=twitter_meta, ogp=ogp,