mirror of https://gitlab.com/bashrc2/epicyon
Missing object
parent
2a10a1e078
commit
d3d9c60970
|
@ -317,7 +317,8 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
continue
|
||||
print('htmlProfileAfterSearch 4')
|
||||
if not isAnnouncedFeedItem:
|
||||
if item['actor'] != personUrl and item['type'] != 'Page':
|
||||
if item['actor'] != personUrl and \
|
||||
item['object']['type'] != 'Page':
|
||||
continue
|
||||
print('htmlProfileAfterSearch 5')
|
||||
|
||||
|
|
Loading…
Reference in New Issue