Fix retrieving of deleted comments when subscribing to a new instance

This commit is contained in:
Julien Maulny 2019-12-03 21:48:31 +01:00 committed by Chocobozzz
parent 69222afac8
commit b5206dfc45
5 changed files with 87 additions and 19 deletions

View file

@ -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