diff --git a/packages/backend/src/core/activitypub/ApRendererService.ts b/packages/backend/src/core/activitypub/ApRendererService.ts index cc550d517..bbf9c3b01 100644 --- a/packages/backend/src/core/activitypub/ApRendererService.ts +++ b/packages/backend/src/core/activitypub/ApRendererService.ts @@ -280,6 +280,8 @@ export class ApRendererService { const instance = await this.instancesRepository.findOneBy({ host: note.userHost }); if (instance && instance.softwareName === 'mastodon') isMastodon = true; + if (instance && instance.softwareName === 'akkoma') isMastodon = true; + if (instance && instance.softwareName === 'pleroma') isMastodon = true; } }