Skip to content

Commit

Permalink
Update packages/backend/src/core/activitypub/ApRendererService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Aug 16, 2024
1 parent b4fcafe commit 35f2d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/activitypub/ApRendererService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ export class ApRendererService {
section.mutualLinks.map(link => ({
type: 'PropertyValue',
name: section.name ?? link.description ?? 'Link',
value: `<a href="${link.url}" target="_blank">${link.description}</a>`,
value: `<a href="${link.url}" target="_blank">${link.description ?? link.url}</a>`,
})),
);

Expand Down

0 comments on commit 35f2d50

Please sign in to comment.