Add id to create

main
Bob Mottram 2021-10-27 14:10:47 +01:00
parent a19d5a5865
commit cfa09310a0
1 changed files with 3 additions and 0 deletions

View File

@ -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'
}