diff --git a/webapp_profile.py b/webapp_profile.py index a7dbcd469..5959a050d 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -312,9 +312,9 @@ def htmlProfileAfterSearch(cssCache: {}, item = newItem if not item.get('actor'): continue - if not isAnnouncedFeedItem and \ - (item['actor'] != personUrl and item['type'] != 'Page'): - continue + if not isAnnouncedFeedItem: + if item['actor'] != personUrl and item['type'] != 'Page': + continue profileStr += \ individualPostAsHtml(signingPrivateKeyPem,