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', 'data',
'timestamp', 'timestamp',
'to_ids', 'to_ids',
'object_relation' 'object_relation',
'disable_correlation'
}, },
'Event': { 'Event': {
'uuid', 'uuid',
@ -28,7 +29,8 @@ objectsFields = {
'timestamp', 'timestamp',
'publish_timestamp', 'publish_timestamp',
'published', 'published',
'date' 'date',
'extends_uuid'
}, },
'Object': { 'Object': {
'name', 'name',