Soft delete video comments instead of detroy
This commit is contained in:
parent
69c7f7525d
commit
69222afac8
16 changed files with 237 additions and 79 deletions
|
@ -89,3 +89,14 @@ export interface ActivityPubAttributedTo {
|
|||
type: 'Group' | 'Person'
|
||||
id: string
|
||||
}
|
||||
|
||||
export interface ActivityTombstoneObject {
|
||||
'@context'?: any
|
||||
id: string
|
||||
type: 'Tombstone'
|
||||
name?: string
|
||||
formerType?: string
|
||||
published: string
|
||||
updated: string
|
||||
deleted: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue