From 5b803dbee9e2a36b2436328dff0e1d00cff3fc14 Mon Sep 17 00:00:00 2001 From: kozakura913 <98575220+kozakura913@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:10:02 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=A2=E3=83=BC=E3=83=88=E3=83=A6?= =?UTF-8?q?=E3=83=BC=E3=82=B6=E3=83=BC=E3=81=AE=E7=9B=B8=E4=BA=92=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=AE=E5=90=84=E8=A6=81=E7=B4=A0=E3=81=AB?= =?UTF-8?q?id=E3=82=92=E8=BF=BD=E5=8A=A0=20(#465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/core/activitypub/models/ApPersonService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/backend/src/core/activitypub/models/ApPersonService.ts b/packages/backend/src/core/activitypub/models/ApPersonService.ts index 70938224be..e19bd700b7 100644 --- a/packages/backend/src/core/activitypub/models/ApPersonService.ts +++ b/packages/backend/src/core/activitypub/models/ApPersonService.ts @@ -810,6 +810,7 @@ export class ApPersonService implements OnModuleInit { description: string | null; imgSrc: string; url: string; + id: string; }[]; }[]> { const apMutualLinkSections = person.banner; @@ -848,6 +849,7 @@ export class ApPersonService implements OnModuleInit { imgSrc: image.url, url: entry.url, description, + id: this.idService.gen(), }; })); return {