mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Implement support field in video and video channel
This commit is contained in:
parent
34cbef8c6c
commit
2422c46b27
49 changed files with 490 additions and 146 deletions
|
@ -19,7 +19,8 @@ function activityPubContextify <T> (data: T) {
|
|||
'language': 'http://schema.org/inLanguage',
|
||||
'views': 'http://schema.org/Number',
|
||||
'size': 'http://schema.org/Number',
|
||||
'commentsEnabled': 'http://schema.org/Boolean'
|
||||
'commentsEnabled': 'http://schema.org/Boolean',
|
||||
'support': 'http://schema.org/Text'
|
||||
},
|
||||
{
|
||||
likes: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue