mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Improve activity pub actors implementation
This commit is contained in:
@@ -22,7 +22,7 @@ export interface BaseActivity {
|
||||
id: string
|
||||
to?: string[]
|
||||
cc?: string[]
|
||||
actor: string
|
||||
actor: string | ActivityPubActor
|
||||
type: ActivityType
|
||||
signature?: ActivityPubSignature
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user