mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Add commentsEnabled field to AS context
This commit is contained in:
parent
9fb3abfdac
commit
0af3182bf7
@ -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'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user