Begin moving video channel to actor

This commit is contained in:
Chocobozzz 2017-12-14 17:38:41 +01:00
parent fadf619ad6
commit 50d6de9c28
No known key found for this signature in database
GPG key ID: 583A612D890159BE
100 changed files with 1761 additions and 2041 deletions

View file

@ -23,3 +23,8 @@ export interface ActivityUrlObject {
width: number
size?: number
}
export interface ActivityPubAttributedTo {
type: 'Group' | 'Person'
id: string
}