Added missing field to feed generator

pull/232/head
Andras Iklody 2018-04-23 09:12:31 +02:00 committed by GitHub
parent c5be2f2f86
commit 78d2ac5778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ objectsFields = {
'comment', 'comment',
'data', 'data',
'timestamp', 'timestamp',
'to_ids' 'to_ids',
'object_relation'
}, },
'Event': { 'Event': {
'uuid', 'uuid',