mirror of https://gitlab.com/bashrc2/epicyon
Add id to create
parent
a19d5a5865
commit
cfa09310a0
|
@ -293,6 +293,8 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
continue
|
||||
if not item.get('to'):
|
||||
continue
|
||||
if not item.get('id'):
|
||||
continue
|
||||
# wrap in create
|
||||
cc = []
|
||||
if item.get('cc'):
|
||||
|
@ -301,6 +303,7 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
'object': item,
|
||||
'to': item['to'],
|
||||
'cc': cc,
|
||||
'id': item['id'],
|
||||
'actor': personUrl,
|
||||
'type': 'Create'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue