mirror of https://gitlab.com/bashrc2/epicyon
Get note object
parent
2ce93f24d7
commit
81d16c148f
|
@ -290,6 +290,7 @@ def htmlProfileAfterSearch(cssCache: {},
|
||||||
if item['type'] == 'Create':
|
if item['type'] == 'Create':
|
||||||
if not hasObjectDict(item):
|
if not hasObjectDict(item):
|
||||||
continue
|
continue
|
||||||
|
item = item['object']
|
||||||
if item['type'] != 'Create' and item['type'] != 'Announce':
|
if item['type'] != 'Create' and item['type'] != 'Announce':
|
||||||
if item['type'] != 'Note' and item['type'] != 'Page':
|
if item['type'] != 'Note' and item['type'] != 'Page':
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue