mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add originallyPublishedAt unit tests
This commit is contained in:
parent
6913f69134
commit
7519127b5c
8 changed files with 49 additions and 8 deletions
|
@ -34,7 +34,8 @@ function activityPubContextify <T> (data: T) {
|
|||
expires: 'sc:expires',
|
||||
support: 'sc:Text',
|
||||
CacheFile: 'pt:CacheFile',
|
||||
Infohash: 'pt:Infohash'
|
||||
Infohash: 'pt:Infohash',
|
||||
originallyPublishedAt: 'sc:DateTime'
|
||||
},
|
||||
{
|
||||
likes: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue