Get note object

main
Bob Mottram 2021-11-18 19:02:26 +00:00
parent 2ce93f24d7
commit 81d16c148f
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ def htmlProfileAfterSearch(cssCache: {},
if item['type'] == 'Create':
if not hasObjectDict(item):
continue
item = item['object']
if item['type'] != 'Create' and item['type'] != 'Announce':
if item['type'] != 'Note' and item['type'] != 'Page':
continue