diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-07 08:59:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-07 09:00:09 +0200 |
commit | a66c2e3252d6cca8958959966f42494ded564023 (patch) | |
tree | 79e32e2255c7787cfbd127581a4b162552068d66 /shared/models | |
parent | 64df4b65aee56784f8edad917c44b24453bf4658 (diff) | |
download | PeerTube-a66c2e3252d6cca8958959966f42494ded564023.tar.gz PeerTube-a66c2e3252d6cca8958959966f42494ded564023.tar.zst PeerTube-a66c2e3252d6cca8958959966f42494ded564023.zip |
Fix remote actor creation date
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/activitypub/activitypub-actor.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/activitypub/activitypub-actor.ts b/shared/models/activitypub/activitypub-actor.ts index c59be3f3b..09d4f7402 100644 --- a/shared/models/activitypub/activitypub-actor.ts +++ b/shared/models/activitypub/activitypub-actor.ts | |||
@@ -29,4 +29,6 @@ export interface ActivityPubActor { | |||
29 | 29 | ||
30 | icon?: ActivityIconObject | 30 | icon?: ActivityIconObject |
31 | image?: ActivityIconObject | 31 | image?: ActivityIconObject |
32 | |||
33 | published?: string | ||
32 | } | 34 | } |