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 not hasObjectDict(item):
|
||||
continue
|
||||
item = item['object']
|
||||
if item['type'] != 'Create' and item['type'] != 'Announce':
|
||||
if item['type'] != 'Note' and item['type'] != 'Page':
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue