summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-07-04 12:54:52 -0400
committerdakkar <dakkar@thenautilus.net>2025-07-16 10:58:05 +0100
commit38616ab246ae2a48e8299727faa77482eafb696a (patch)
treec9a2336ca16816352526ae71841531cdec694274
parentmerge: prepare release 2025.4.3 (!1125) (diff)
downloadsharkey-38616ab246ae2a48e8299727faa77482eafb696a.tar.gz
sharkey-38616ab246ae2a48e8299727faa77482eafb696a.tar.bz2
sharkey-38616ab246ae2a48e8299727faa77482eafb696a.zip
disable outgoing mastodon quotes
-rw-r--r--packages/backend/src/core/activitypub/ApRendererService.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/backend/src/core/activitypub/ApRendererService.ts b/packages/backend/src/core/activitypub/ApRendererService.ts
index 623e7002cd..9f55be11ac 100644
--- a/packages/backend/src/core/activitypub/ApRendererService.ts
+++ b/packages/backend/src/core/activitypub/ApRendererService.ts
@@ -555,7 +555,8 @@ export class ApRendererService {
quoteUrl: quote,
quoteUri: quote,
// https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
- quote: quote,
+ // Disabled since Mastodon hides the fallback link when this is set
+ // quote: quote,
published: this.idService.parse(note.id).date.toISOString(),
to,
cc,