Add commentsEnabled field to AS context

pull/200/head
Chocobozzz 2018-01-12 15:58:43 +01:00
parent 9fb3abfdac
commit 0af3182bf7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ function activityPubContextify <T> (data: T) {
'nsfw': 'as:sensitive',
'language': 'http://schema.org/inLanguage',
'views': 'http://schema.org/Number',
'size': 'http://schema.org/Number'
'size': 'http://schema.org/Number',
'commentsEnabled': 'http://schema.org/Boolean'
}
]
})