Fix retrieving of deleted comments when subscribing to a new instance
This commit is contained in:
parent
69222afac8
commit
b5206dfc45
5 changed files with 87 additions and 19 deletions
|
@ -93,9 +93,11 @@ export interface ActivityPubAttributedTo {
|
|||
export interface ActivityTombstoneObject {
|
||||
'@context'?: any
|
||||
id: string
|
||||
url?: string
|
||||
type: 'Tombstone'
|
||||
name?: string
|
||||
formerType?: string
|
||||
inReplyTo?: string
|
||||
published: string
|
||||
updated: string
|
||||
deleted: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue