fix: [feed generator] Added missing fields

pull/401/head
iglocska 2019-05-22 16:30:36 +02:00
parent 121d8853e2
commit 4bd9180951
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@ objectsFields = {
'data',
'timestamp',
'to_ids',
'object_relation'
'object_relation',
'disable_correlation'
},
'Event': {
'uuid',
@ -28,7 +29,8 @@ objectsFields = {
'timestamp',
'publish_timestamp',
'published',
'date'
'date',
'extends_uuid'
},
'Object': {
'name',