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 item = newItem
if not item.get('actor'): if not item.get('actor'):
continue continue
if not isAnnouncedFeedItem and \ if not isAnnouncedFeedItem:
(item['actor'] != personUrl and item['type'] != 'Page'): if item['actor'] != personUrl and item['type'] != 'Page':
continue continue
profileStr += \ profileStr += \