mirror of https://gitlab.com/bashrc2/epicyon
Show announces in profile preview
parent
c5ec736ed8
commit
b955013011
|
@ -271,9 +271,10 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
continue
|
||||
if not item.get('type'):
|
||||
continue
|
||||
if item['type'] != 'Create':
|
||||
continue
|
||||
if not hasObjectDict(item):
|
||||
if item['type'] == 'Create':
|
||||
if not hasObjectDict(item):
|
||||
continue
|
||||
if item['type'] != 'Create' and item['type'] != 'Announce':
|
||||
continue
|
||||
|
||||
profileStr += \
|
||||
|
|
Loading…
Reference in New Issue