Send account activitypub update events

This commit is contained in:
Chocobozzz
2018-01-03 16:38:50 +01:00
parent 9bce811268
commit 265ba139eb
23 changed files with 493 additions and 69 deletions

View File

@@ -1,3 +1,4 @@
import { ActivityPubActor } from './activitypub-actor'
import { ActivityPubSignature } from './activitypub-signature'
import { VideoTorrentObject } from './objects'
import { DislikeObject } from './objects/dislike-object'
@@ -33,7 +34,7 @@ export interface ActivityCreate extends BaseActivity {
export interface ActivityUpdate extends BaseActivity {
type: 'Update'
object: VideoTorrentObject
object: VideoTorrentObject | ActivityPubActor
}
export interface ActivityDelete extends BaseActivity {