Show announces in profile preview

main
Bob Mottram 2021-09-12 22:49:44 +01:00
parent c5ec736ed8
commit b955013011
1 changed files with 4 additions and 3 deletions

View File

@ -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 += \