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