mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Send account activitypub update events
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user