mirror of https://gitlab.com/bashrc2/epicyon
Don't include announces in search preview
parent
6b2226ff37
commit
95f3fc7913
|
@ -285,7 +285,7 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
continue
|
||||
if not item.get('type'):
|
||||
continue
|
||||
if item['type'] != 'Create' and item['type'] != 'Announce':
|
||||
if item['type'] != 'Create':
|
||||
continue
|
||||
if not item.get('object'):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue