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:
parent
9e841674da
commit
6be84cbcea
9 changed files with 32 additions and 12 deletions
|
@ -22,7 +22,7 @@ export interface BaseActivity {
|
|||
id: string
|
||||
to?: string[]
|
||||
cc?: string[]
|
||||
actor: string
|
||||
actor: string | ActivityPubActor
|
||||
type: ActivityType
|
||||
signature?: ActivityPubSignature
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue