1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Federate likes/dislikes

This commit is contained in:
Chocobozzz 2017-11-23 14:19:55 +01:00
parent d52eb8f656
commit 0032ebe94a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
27 changed files with 548 additions and 62 deletions

View file

@ -0,0 +1,5 @@
export interface DislikeObject {
type: 'Dislike',
actor: string
object: string
}