Improve activity pub actors implementation

This commit is contained in:
Chocobozzz
2018-03-22 18:40:33 +01:00
parent 9e841674da
commit 6be84cbcea
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
}