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