main
Bob Mottram 2021-11-18 19:17:01 +00:00
parent 846b1ebc0e
commit f0ba118a46
1 changed files with 3 additions and 3 deletions

View File

@ -312,8 +312,8 @@ def htmlProfileAfterSearch(cssCache: {},
item = newItem
if not item.get('actor'):
continue
if not isAnnouncedFeedItem and \
(item['actor'] != personUrl and item['type'] != 'Page'):
if not isAnnouncedFeedItem:
if item['actor'] != personUrl and item['type'] != 'Page':
continue
profileStr += \