1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Improve activity pub actors implementation

This commit is contained in:
Chocobozzz 2018-03-22 18:40:33 +01:00
parent 9e841674da
commit 6be84cbcea
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 32 additions and 12 deletions

View file

@ -22,7 +22,7 @@ export interface BaseActivity {
id: string
to?: string[]
cc?: string[]
actor: string
actor: string | ActivityPubActor
type: ActivityType
signature?: ActivityPubSignature
}