Add commentsEnabled field to AS context
This commit is contained in:
parent
9fb3abfdac
commit
0af3182bf7
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ function activityPubContextify <T> (data: T) {
|
||||||
'nsfw': 'as:sensitive',
|
'nsfw': 'as:sensitive',
|
||||||
'language': 'http://schema.org/inLanguage',
|
'language': 'http://schema.org/inLanguage',
|
||||||
'views': 'http://schema.org/Number',
|
'views': 'http://schema.org/Number',
|
||||||
'size': 'http://schema.org/Number'
|
'size': 'http://schema.org/Number',
|
||||||
|
'commentsEnabled': 'http://schema.org/Boolean'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue